Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.43 KB

Jeff

CLI tool for generating LICENSE files, based on user input.

Installation:

$ pip install jeff

Basic usage:

$ jeff mit # Outputs mit license content, with user credentials.

Advanced usage:

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 [email protected] # Outputs mit license content, with email "[email protected]".
$ jeff mit -p "CatJS" # Outputs mit license content, with project's name "CatJS".

License

MIT License © Oskar Cieslik

If you like it, maybe tweet about it? :)