cli-app-template

Crates.iocli-app-template
lib.rscli-app-template
version0.2.4
sourcesrc
created_at2025-04-07 08:20:21.980275+00
updated_at2025-04-08 05:43:39.073036+00
descriptionStarter template for CLI applications
homepagehttps://github.com/tobx/rust-cli-app-template
repositoryhttps://github.com/tobx/rust-cli-app-template
max_upload_size
id1623811
size34,793
(tobx)

documentation

https://docs.rs/cli-app-template

README

CLI application template for Rust

This is an opinionated CLI application starter template for Rust.

Instructions

  1. Clone this repository.

  2. If desired set constants APP_ORGANIZATION and APP_QUALIFIER in src/main.rs.

  3. Run help:

    cargo run -- --help
    
Commit count: 0

cargo fmt