simple-license-extractor
v0.0.2
Published
Extract licenses from project's external libraries without any other dependencies
Downloads
15
Maintainers
Readme
License Extractor
Extract licenses from project's external libraries (no extra dependencies).
Useful for Due Diligence purposes.
How to use
- As a module:
- Install
$ npm i simple-license-extractor
- Use
const licenseExtractor = require('simple-license-extractor'); licenseExtractor('/development/my-awesome-project') .then(console.log) .catch(console.error);
- As a CLI tool:
- Install
$ npm i -g simple-license-extractor
- Use
# To run in the directory you are currently in $ simple-license-extractor # To run in a different directory $ simple-license-extractor ~/Development/my-awesome-project
Types currently supported
- npm
- bower
Features coming soon
- csv extraction
- maven type support