πŸŒ‹ vCLI

πŸ’­ 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. sh cargo install vcli

πŸš€ Usage

sh vcli <project-name> simple example as follow: sh vcli hello-world

🌲 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