OSLicensor is a tiny CLI tool that allows generates various OSS LICENSE
on demand.
- Python 3
- pip
pip install OSLicensor
To use OSLicensor, follow these steps:
-
Use the
-l
or--list
command line option to list available licenses. -
Use the
get
subcommand followed by the abbreviated license code found entering the-l
option. -
Use the
choose
subcommand to select a particular license from a list of choices
Examples:
> oslicensor --list
> oslicensor get bsd1
> oslicensor choose
If you want to contact me you can reach me through the issues tab on github