vcli-0.1.3 is not a library.
Visit the last successful build:
vcli-0.1.4
π About
vCLI is my tiny CLI for init C++ (maybe support multiple language) Project, which is written in Rustπ¦.
π¦ Install
You can easily install vCLI using cargo.
π Usage
simple example as follow:
π² Template Structure
βββ app/
βββ include
β βββ utils/
β βββ your header file...
βββ scripts/
β βββ run.sh
β βββ your scripts file..
βββ src
β βββ core/
β βββ utils/
β βββ your source file...
βββ tests/
βββ CMakeLists.txt
βββ main.cc
β TODO
- Add more templates
- Support for customised templates
- More and more