lissie

0.8.4 • Public • Published

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 ✨

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

Readme

Keywords

Package Sidebar

Install

npm i lissie

Weekly Downloads

2

Version

0.8.4

License

MIT

Last publish

Collaborators

  • sadorlovsky