proton-cli

Crates.ioproton-cli
lib.rsproton-cli
version0.0.0
created_at2025-01-23 21:28:57.353329+00
updated_at2025-01-23 21:28:57.353329+00
descriptionA template command line application written in Rust leveraging the clap framework
homepagehttps://github.com/scattered-systems/proton/wiki
repositoryhttps://github.com/scattered-systems/proton-cli.git
max_upload_size
id1528381
size47,168
Joe McCain III (FL03)

documentation

README

proton-cli

[license]


The application is currently in the early stages of development and is not yet ready for production use.

A template for creating a CLI application in Rust using clap.

Features

  • Feature 1

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/template-rs-cli.git

Change directory

cd template-rs-cli

Building the project

cargo build --all-features -r -v --workspace

Running tests

cargo test --all-features -r -v --workspace

Usage

Add this to your Cargo.toml:

cargo install template-rs-cli
Commit count: 0

cargo fmt