vile-license v0.4.3
vile-license
A Vile plugin for tracking and locking down your dependency licenses.
Supported Checks
Requirements
Installation
npm i -D vile vile-licenseConfig
You specify the license types you can have and can't have in your .vile.yml.
Whitelisting
license:
config:
allowed: MPL-2.0or:
license:
config:
allowed:
- MIT
- MPL-2.0Note: Strings are partially matched, so be explicit (ex MPL-2.0)
and use both whitelisting and blacklisting if you want to be sure you
don't have a false positive.
Blacklisting
license:
config:
disallowed:
- SomethingIgnoring
You can ignore specific packages as well.
license:
config:
ignored:
- some-pkgRestrictions
Assumes files are in the cwd.
Vile Types Generated
Generates vile.SEC for each license violation.
Versioning
This project uses Semver.
Licensing
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
Contributions
Current list of Contributors.
Any contributions are welcome and appreciated!
All you need to do is submit a Pull Request.
- Please consider tests and code quality before submitting.
- Please try to keep commits clean, atomic and well explained (for others).
Issues
Current issue tracker is on GitHub.
Even if you are uncomfortable with code, an issue or question is welcome.
Code Of Conduct
By participating in this project you agree to our Code of Conduct.
Maintainers
- Brent Lintner - @brentlintner
Architecture
srcis es6+ syntax compiled with Babellibgenerated js library
Developing
cd vile-license
npm install
npm run dev
npm test