Quick and easy tool to help extract licensing information on production node packages.
-- Yeah! Give me the Juice!
This tool is aiming to simplify and reduce your time with gathering informations about all your application's node production dependencies in single summary file, with all vital information about each package, like: name, version, license type, license text, links to NPM/repository/homepage, errors, or direct license link (experimental).
go install github.com/egel/juice/cmd/juice-cli@latest
Check if juice has been installed correctly
which juice-cli
To upgrade to latest version use
GONOPROXY=github.com/egel go install github.com/egel/juice/cmd/juice-cli@latest
# enter the location with package.json and package-lock.json files, and run:
juice-cli get
If
juice-cli
is failing, possibly your project may have old, incorrect, or outdated dependencies. Make sure you have a working installation ofpackage.json
andpackage-lock.json
, so it can download all required packages intonode_modules
.
MIT License. Logo by Vincent Le moign