yacli - A library for creating CLI tools with a look-and-feel similiar to Cargo
Getting Started
Adding the dependency
To use the latest stable yacli crate add this to your Cargo.toml:
[]
or
[]
= "*"
or if you want to link it to the GitHub repo add this instead:
[]
= "https://github.com/icorderi/yacli"
Note: For more information on handling dependencies check the official cargo site.
Importing yacli
To import yacli add this to your code:
extern crate yacli;
Documentation
If you need help don't forget to checkout the online documentation for the library.
Contributing
Get involved with the issues or submit a PR.
License
This project is licensed under The MIT License (MIT)