vCLI is my tiny CLI for init C++ (maybe support multiple language) Project, which is written in Rustπ¦.
You can easily install vCLI using cargo
.
sh
cargo install vcli
sh
vcli <project-name>
simple example as follow:
sh
vcli hello-world
βββ app/
βββ include
β βββ utils/
β βββ your header file...
βββ scripts/
β βββ run.sh
β βββ your scripts file..
βββ src
β βββ core/
β βββ utils/
β βββ your source file...
βββ tests/
βββ CMakeLists.txt
βββ main.cc