CLI tool for generating LICENSE
files, based on user input.
$ pip install jeff
$ jeff mit # Outputs mit license content, with user credentials.
Argument name | usage | Default value | Description |
---|---|---|---|
name |
-n, --name | getpass.getuser() |
Specifies License owner's name. |
year |
-y, --year | date.today().year |
Specifies License's year. |
email |
-e, --email | '' |
Specifies License owner's email. |
project name |
-p, --project | '' |
Specifies Project's name. |
$ jeff mit -n"John Doe" # Outputs mit license content, with name "John Doe".
$ jeff mit -y2017 # Outputs mit license content, with year 2017.
$ jeff mit -ejohn.doe@example.com # Outputs mit license content, with email "john.doe@example.com".
$ jeff mit -p "CatJS" # Outputs mit license content, with project's name "CatJS".
MIT License © Oskar Cieslik
If you like it, maybe tweet about it? :)