@nwt/lice
v1.0.3
Published
CLI to fetch open source licenses
Downloads
8
Readme
lice
"easy" management of open source licenses from the comfort of the command line. _psst: you should probably just use generator license or lice
# fetch and write the MIT lice
npx @nwt/lice fetch mit > LICENSE
# list all licenses
npx @nwt/lice list
# help/usage
npx @nwt/lice
Backend
lice
consumes to a microservice that scrapes choosealicense.com because that is the most complicated way I could think of doing this.
Todo
- [ ] Customization
~/.node-l-config
or directly via--copyright
,--year
, and other options