Skip to content
/ juice Public

Quick and easy tool to help extract licensing information on production node packages.

License

Notifications You must be signed in to change notification settings

egel/juice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License Go Reference Go Report Card

The Juice

Juice

Quick and easy tool to help extract licensing information on production node packages.

-- Yeah! Give me the Juice!

Sample demo

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).

Install

go install github.com/egel/juice/cmd/juice-cli@latest

Check if juice has been installed correctly

which juice-cli

Upgrade

To upgrade to latest version use

GONOPROXY=github.com/egel go install github.com/egel/juice/cmd/juice-cli@latest

Usage

# 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 of package.json and package-lock.json, so it can download all required packages into node_modules.

License

MIT License. Logo by Vincent Le moign

About

Quick and easy tool to help extract licensing information on production node packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages