1.1.0 • Published 1 year ago

thirdparties-generator v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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.1.0

1 year ago

1.0.2

2 years ago

1.0.2-beta.1

2 years ago

1.0.1

2 years ago

1.0.0-beta.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0-beta.3

2 years ago

1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago

1.0.0

2 years ago