GitXplorerGitXplorer
r

jeff

public
23 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
8b91d1a206d5a179064b431ce0b4819df4646a8b

bug: Remove appendix from apache-2.0, fixes #4

rrpunkfu committed 9 years ago
Unverified
b0436582648fd0574a5a88defd7ec34688be7955

Release 0.3.0.

rrpunkfu committed 9 years ago
Unverified
22512ca7cfe9ca4dde38f0c856d294ffb2ef9c39

Merge branch 'master' of github.com:oskarcieslik/Jeff

rrpunkfu committed 9 years ago
Unverified
555f9cdee7c59f42cea8ea206bcaf1d26e5227ce

Merge pull request #3 from wrhansen/master

rrpunkfu committed 9 years ago
Unverified
fc41f779cac7880a7bc18638cd765ee1cec4c275

Refactor templates to take advantage of format replacement fields.

wwrhansen committed 9 years ago
Unverified
83b7e463fbd901b5d3dcfd1e00d568626d5f8cde

release 0.2.0

rrpunkfu committed 9 years ago

README

The README file for this repository.

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? :)