@nwt/lice
v1.0.3
Published
CLI to fetch open source licenses
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/liceBackend
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-configor directly via--copyright,--year, and other options
