CLI tool that displays a LICENSE text
$ npx lissie # MIT by default
$ npx lissie apache -a 'Zach Orlovsky' # author full name
Save to LICENSE file:
$ npx lissie > LICENSE.md
$ yarn add lissie
import license from 'lissie'
license('MIT', {
author: 'Zach Orlovsky'
})