Get the licenses associated with your software dependencies.
The following languages and dependency managers are supported
- govendor (Requires
go
command line tool to be available andGOPATH
to be defined)
- npm
docker run -v {location of file}:/dep senseyeio/diligent {file name}
for instance, if I had a node application at ~/app
which contained a package.json
file at ~/app/package.json
, I could run the following command:
docker run -v ~/app:/dep senseyeio/diligent package.json
Checkout diligent to your go path. Go get and build the application. Run the resulting binary as follows:
dil {file path}
Given the example above, run the following command:
dil ~/app/package.json