0.2.0 • Published 10 years ago
lissie v0.2.0
Lissie
Tool for generate LICENSE
Usage
CLI
$ npm install -g lissie$ license # MIT by default
$ license mit -a 'Zach Orlovsky' # author full nameSave to LICENSE file:
$ license MIT > LICENSE.mdNode.js
$ npm install lissie --saveimport 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
$ licenseand 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