1.0.0 • Published 5 years ago

make-oss-list v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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
1.0.0

5 years ago

0.0.1

5 years ago