Skip to content
/ cli-template Public template

A template for creating CLI programs in Rust

License

Notifications You must be signed in to change notification settings

danambrogio/cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-template

cli-template is a template for creating command line interfaces in Rust

Usage

Clone this project, then copy cli.yml into cli.yml to set up your required command line flags and arguments.

Once that's done, you can implement everything in main.rs.

Make sure to update Cargo.toml to set your author name etc.

To build your project binaries, use cargo build --release. Your binary will be in /target/release.

License

MIT

About

A template for creating CLI programs in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages