1.0.1 • Published 10 years ago

dep-manifest v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

dep-manifest

dep-manifest is a license manifest generator to include all your npm and/or bower dependencies

Installation

You need to install it globally

$ npm install -g dep-manifest

Running

Move to your project root folder and run dep-manifest in the command line

$ cd my_project_dir
$ dep-manifest

A manifest.html report will be generated in your project root

You can also run dep-manifest with multiple options (optional) Only include npm dependencies in the report:

$ dep-manifest --npm

(optional) Only includes bower dependencies in the report:

$ dep-manifest --bower

(optional) Generates output report in the specified path:

$ dep-manifest --output=reports/licenses.html

Please check the sample.html for an example report generated using this tool