From 443273c6df530bde6131a35c396951e7be474cfd Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 22 Jan 2026 22:27:09 -0500 Subject: [PATCH] add doc page --- index.html | 263 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..6aa98f4 --- /dev/null +++ b/index.html @@ -0,0 +1,263 @@ + + + + + + Documentation + + + +
+
+

Documentation

+

Yait: Yet Another Init Tool

+
+ + + +
+

Introduction

+

Yait, or Yet Another Init Tool, is a small shell script that templates minimal programs. It provides argument parsing and a general framework for your projects.

+
+ +
+

Installation

+
git clone https://git.vxserver.dev/fSD/yait
+
cd fes
+
sudo make install
+
+ +
+

Quick Start

+
yait hello
+

This creates a C project.

+
yait -x sh hello
+

This creates a SH project.

+ +
+

Cli Reference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription
--helpDisplay help information.
--versionPrint version information.
-x <language>Set project language.
-d <description>Set a description.
-Ssmall project creation (only for shell scripts)
-foverwrite existing files
-d <author>Disable color output.
-rInitalize a Git repository.
-qSuppress non-critical output.
+
+ + +
+ +