audit-badge
Generates a badge with the number of vulnarable packages in your package.json
Installing
For local usage:
npm i audit-badge --save-dev
For global usage:
npm i audit-badge -g
One time remote execution:
npx audit-badge
Usage
$ audit-badge -h Usage: audit-badge [options] Options: -v, --version output the version number -c, --config <location> Set path
Running the tests
You can run the test with:
npm test
And coding style tests
This project adheres to the rules of StandardJS
npm run lint
Built With
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Contributing
Please read CONTRIBUTING.md for details on the process for submitting pull requests to us and code-of-conduct.md for details on our code of conduct when contributing.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Sebastian Golasch - Initial work - asciidisco
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details