Rust utility for creating new projects based on my templates repo.
Create a algorithms
project with the c
template
``` bash
vsr-new c algorithms ```
Create a testing
project with the server-creation
template
``` bash
vsr-new server-creation testing ```
List all available templates
``` bash
vsr-new --types ```
If you want to build vsr-new
from source, you need Rust on your OS. You can then use cargo
to build everything
bash
cargo install vsr-new