0.0.3 • Published 7 years ago
ember-cli-json-license v0.0.3
ember-cli-json-license
Ember CLI addon that adds a license command for exporting front-end NPM and Bower licenses.
It also provides a modal component for displaying licenses information on UI.
Installation
####Ember CLI
$ ember install ember-cli-license####NPM
$ npm install --save-dev ember-cli-licenseUsage
When invoked with no options:
$ ember licenseIt will:
- Look for a
node_modulesfolder at current path - Scan recursively for npm packages
- Output a json file at
public/assets/licenses/licenses.json - You can then add a component in your template to display license info on UI
Credits
- davglass's license-checker
- AceMetrix's bower-license
- Rickieshi's ember-cli-license
License
MIT