Created
July 25, 2018 07:40
-
-
Save WeiChiaChang/17592793e5672aa94aa2ebb0311d7cb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: | |
$ licensed # Brings up an option to start a questionnaire or choose from a list of available licenses | |
$ licensed <license-name> # Brings prompt to enter your name | |
$ licensed <license-name> <your-full-name> [--year | -y] <year> | |
$ licensed [--list | -l] | |
Options: | |
--year, -y <year> Manually enter year the license is in effect | |
--list, -l List all available licenses | |
--help Show this screen | |
--version Show version | |
Examples: | |
$ licensed mit "Mihir Chaturvedi" | |
$ licensed apache | |
$ licensed --year 2013-2018 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment