https://github.com/practo/audit-license
Adds Github status support to Node License checker
https://github.com/practo/audit-license
Last synced: 3 months ago
JSON representation
Adds Github status support to Node License checker
- Host: GitHub
- URL: https://github.com/practo/audit-license
- Owner: practo
- License: mit
- Created: 2017-11-27T11:47:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T09:57:53.000Z (over 8 years ago)
- Last Synced: 2025-08-22T18:44:01.414Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audit license
- NPM license checker with CI / Github status support
- Will fail your build when it encounters a dependency with a prohibitive license
- Uses [License Checker](https://github.com/davglass/license-checker) package for parsing licenses
- Is designed to work specifically with Travis CI
# Usage
- Install with `npm install -g audit-license`
- Call with `audit-license`
- Available arguments
- `--dir='./` ( Override build directory path )
- `--token='github_personal'` ( Overrides the ENV key containing the Github token )