A CLI tool for initialising projects from templates.
See the releases section to download a binary for your specific system. If a precompiled binary is not available you can always build from source.
$ cargo build --release
$ projects --help
Usage: projects [OPTIONS]
Options:
-t, --template <TEMPLATE> [default: java-gradle]
-n, --name <NAME> [default: sandbox]
-l, --list
-h, --help Print help
-V, --version Print version
$ projects --list
Valid templates include:
- c
- cpp-cmake
- javascript (or 'js')
- typescript (or 'ts')
- python (or 'py')
- java-gradle
- go