The YAIT Documentation

The YAIT Documentation

This is the YAIT documentation.


Preface

YAIT ( yet another init tool ) is a tool for easily creating C/C++ projects.


1 Quick Start

yait <project> (name)

This creates the following directory structure.

project-root/
├── build/
│   └── output.o
├── <project>/
│   └── main.c
├── .clang-format
├── COPYING
├── Makefile
├── README
├── config.h
└── configure

This is what is created by default: it can be modifed with options—which will be detailed latter.


1.1 Common Options

The following is a list of the most commonly used options for yait. Here detailed are the options, what they are, and what they do.