js-mkopensource
is a program for generating reports of the libraries
used by a piece of Node.Js code, in order to be in compliance with the
attribution requirements of various opensource licenses.
You may clone the repo and run the following commands (or any of the other usual ways of building)
cd cmd/js-mkopensource
go build .
js-mkopensource
takes the list of NMP dependencies generated by
license-checker.
To run locally, install Node.Js follow the following steps:
npm install -g [email protected]
To scan a npm package, run this command from the package folder:
license-checker --excludePackages "${PKG_NAME}" --json | \
./js-mkopensource