package
0.0.13
Repository: https://github.com/datawire/go-mkopensource.git
Documentation: pkg.go.dev

# README

js-mkopensource

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.

Building

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 .

Running

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

# Packages

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author