A Command line tool that generate LICENSE
file.
Install with Cargo:
cargo install license-generator
$ license-generator --author <name> [LICENSE_TYPE]
[LICENSE_TYPE]:
- AGPL
- Apache
- CC-BY
- CC-BY-NC
- CC-BY-NC-SA
- CC0
- GPL
- LGPL
- MIT
- MPL
- Unlicense
Options:
--author input author name
--project input project name that is required by some license
The CLI supports the following licenses:
The CLI use license - Cargo: packages for Rust.
cargo test
cargo release --no-dev-version {patch,minor,major}
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu