1.0.3 • Published 7 years ago

@nwt/lice v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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