Skip to content

initdc/choose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choose

A wise license generator

Installation

TODO: Write installation instructions here

Usage

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

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/choose/fork)
  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. Create a new Pull Request

Contributors

  • initdc - creator and maintainer