toni
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-cli

Verify installation:

toni --version
# toni 0.1.2

Updating

cargo install toni-cli --force

Requirements

  • Rust 1.75 or later (needed to compile the generated projects)
  • Cargo on your PATH

On this page