dep-manifest

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i dep-manifest

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • vasanthps