ember-cli-json-license

0.0.3 • Public • Published

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-license

Usage

When invoked with no options:

$ ember license

It will:

  1. Look for a node_modules folder at current path
  2. Scan recursively for npm packages
  3. Output a json file at public/assets/licenses/licenses.json
  4. You can then add a component in your template to display license info on UI

Credits

License

MIT

/ember-cli-json-license/

    Package Sidebar

    Install

    npm i ember-cli-json-license

    Weekly Downloads

    8

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    254 kB

    Total Files

    11

    Last publish

    Collaborators

    • jtchoi