license-generator 0.1.2

A Command line tool that generate `LICENSE` file.
Documentation

license-generator Build Status

A Command line tool that generate LICENSE file.

Installation

Install with Cargo:

cargo install license-generator

Usage

$ license-generator --author <name> [LICENSE_TYPE]

[LICENSE_TYPE]:
- AGPL
- Apache
- CC0
- GPL
- LGPL
- MIT
- MPL
- Unlicense

Options:
  --author input author name

Support Licenses

The CLI supports the following licenses:

The CLI use license - Cargo: packages for Rust.

Tests

cargo test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT © azu