/rust-terminal-tool-template

A template for bootstrapping simple command line rust tools with clap and tracing

Primary LanguageRustMIT LicenseMIT

rust-terminal-tool-template

A template for bootstrapping simple command line rust tools with clap and tracing

Usage

  1. Install cargo-generate
cargo install cargo-generate
  1. Clone this repository via cargo-generate:
cargo generate --git https://github.com/chamons/rust-terminal-tool-template --name <project-name>