0.8.4 • Published 7 years ago

lissie v0.8.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Lissie

Build Status Coverage Status

Tool for generate LICENSE

Usage

CLI

$ npm install -g lissie
$ license # MIT by default
$ license mit -a 'Zach Orlovsky' # author full name

Save to LICENSE file:

$ license MIT > LICENSE.md

Node.js

$ npm install lissie --save
import license from 'lissie'

license('MIT', {
  author: 'Zach Orlovsky'
})

Magic :sparkles:

lissie can guess your full name, email and the name of project you want license for. So run just

$ license

and lissie will generate MIT License text with your full name and current year. Also you can disable magic with --no-magic option. In this case you will have to change some info on your own.

License

MIT © Zach Orlovsky

0.8.4

7 years ago

0.8.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0-beta

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago