Skip to content

rpunkfu/jeff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -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".

License

MIT License © Oskar Cieslik

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

About

📜 CLI tool for license generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published