license-discovery
v1.1.0
Published
License discovery tool
Downloads
14
Maintainers
Readme
license-discovery
License discovery tool
Usage
Install the tool globaly:
npm i -g license-discovery
Launch the tool at project path you're discovering
cd some/project/path
license-discovery
Open http://localhost:8123
in your browser.
NOTE: Use
PORT
env variable to launch a server on another port, e.g.PORT=8080 license-discovery