1.0.2 • Published 8 months ago

thirdparties-generator v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Thirdparties generator

Generate a thirdparties file with all direct dependencies listed under the proper license.

Build

Usage

Install globally with npm and then run it

npm install -g thirdparties-generator
thirdparties-generator

Or run directly with npx

npx thirdparties-generator
ArgAliasDescription
--projectDir-pProject directory in which the dependencies are searched for and the output file is created
--outFile-oName of the file which is generated by the script
--verboseVerbose mode, log some additional information
--debugDebug mode, log the additional information and the more details on the status of the execution

Examples

Generate a file THIRDPARTIES in the current folder project

npx thirdparties-generator

Generate a file THIRDPARTIES in the specified project folder in verbose mode

npx thirdparties-generator -p path/to/project --verbose

Generate a file with the given name in the specified project folder

npx thirdparties-generator -p path/to/project -o something

License

MIT

1.0.2

8 months ago

1.0.2-beta.1

8 months ago

1.0.1

12 months ago

1.0.0-beta.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0

1 year ago