README
Lissie
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