CLI
CLI Installation
Install the Toni CLI to scaffold new projects and generate boilerplate.
The Toni CLI (toni-cli) scaffolds new projects and generates common boilerplate (modules, controllers, services) from the terminal.
Install
cargo install toni-cliVerify installation:
toni --version
# toni 0.1.2Updating
cargo install toni-cli --forceRequirements
- Rust 1.75 or later (needed to compile the generated projects)
- Cargo on your PATH