A wise license generator
TODO: Write installation instructions here
choose - A wise license generator
Usage:
choose <command> license [output] [--options]
Examples:
choose info mpl-2
choose need mit
choose mpl-2 MPL-2.0.txt
choose mit -u "John Doe" -y 2025
Commands:
list [license] List licenses
info license Show info like choosealicense.com
need license Show the copyright placeholder
Options:
-y YEAR, --year=YEAR Year of publishing
-u NAME, --fullname=NAME Fullname of copyright holder
-v, --version Show version
-h, --help Show help
--bug Report bug
--made-by initdc
TODO: Write development instructions here
- Fork it (https://github.com/your-github-user/choose/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- initdc - creator and maintainer