An open API service indexing awesome lists of open source software.

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

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 )