js-mkopensource

command
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL