This is the YAIT documentation.
YAIT ( yet another init tool ) is a tool for easily creating C/C++ projects.
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.
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.