npm.io
1.0.0 • Published 6 years agoCLI

make-oss-list

Licence
MIT
Version
1.0.0
Deps
1
Size
11 kB
Vulns
0
Weekly
0

make-oss-list

Make OSS list of node modules.

Install

$ npm install -g make-oss-list

Usage

Make OSS list as HTML file

This is a simple usage to make OSS list. Make OSS list of "node_modules" in current directory. Default output file name is "oss-list.html".

$ make-oss-list
Make JSON file

Make OSS list as JSON file format. Default output file name is "table.json".

$ make-oss-list -j
Combine JSON files

If you want to get together couple of lists, use "-c" option to combine JSON files. Combine two or more JSON files which is created by command with "-j" option. Default output file name is "combined.json".

$ make-oss-list -c table1.json,table2.json
Make HTML from JSON file

Make OSS list from specific JSON file. Default output file name is "oss-list.html".

$ make-oss-list -m combined.json
Specify output file name

With "-o" option you can specify the file name to output.

$ make-oss-list -m combined.json -o new-oss-list.html
Show Usage
$ make-oss-list -h

Keywords