/cli-creator

Easy to use CLI library.

Primary LanguageC++MIT LicenseMIT

CLI Creator

How to use:

git clone https://github.com/Raisess/cli-creator
cd cli-creator
make
make install
make bin

Creating a new CLI:

cli-creator my-cli
cd my-cli
make install
my-cli --hello
// print: Hello, World!

that is all.