Skip to content

Commit

Permalink
Docs: adds codefactor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 23, 2021
1 parent 8842c70 commit 52a2a14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
**npm-boilerplate** boilerplate for creating npm packages.

[![Version][badge-vers]][npm]
[![CodeFactor][codefactor-badge]]([codefactor-url])
[![Dependencies][badge-deps]][npm]
[![Vulnerabilities][badge-vuln]](https://snyk.io/)
[![Build Status][badge-tests]][travis]
Expand Down Expand Up @@ -65,4 +66,7 @@ The message summary should be a one-sentence description of the change. The issu
[badge-vuln]: https://img.shields.io/snyk/vulnerabilities/npm/npm-boilerplate.svg?style=popout
[badge-vers]: https://img.shields.io/npm/v/npm-boilerplate.svg
[badge-lic]: https://img.shields.io/github/license/pustovitDmytro/npm-boilerplate.svg
[badge-coverage]: https://coveralls.io/repos/github/pustovitDmytro/npm-boilerplate/badge.svg?branch=master
[badge-coverage]: https://coveralls.io/repos/github/pustovitDmytro/npm-boilerplate/badge.svg?branch=master

[codefactor-badge]: https://www.codefactor.io/repository/github/pustovitdmytro/npm-boilerplate/badge
[codefactor-url]: https://www.codefactor.io/repository/github/pustovitdmytro/npm-boilerplate

0 comments on commit 52a2a14

Please sign in to comment.