Skip to content

Commit

Permalink
docs(readme): Update readme badges.
Browse files Browse the repository at this point in the history
[BRANCH: master]
  • Loading branch information
thezimmee committed Oct 26, 2018
1 parent 154b2b3 commit 45dae68
Showing 1 changed file with 18 additions and 36 deletions.
54 changes: 18 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,24 @@
<!-- Shields. -->
<p>
<!-- NPM version. -->
<a href="https://www.npmjs.com/package/@brikcss/git-hooks">
<img alt="NPM version" src="https://img.shields.io/npm/v/@brikcss/git-hooks.svg?style=flat-square">
</a>
<!-- NPM downloads/month. -->
<a href="https://www.npmjs.com/package/@brikcss/git-hooks">
<img alt="NPM downloads per month" src="https://img.shields.io/npm/dm/@brikcss/git-hooks.svg?style=flat-square">
</a>
<!-- Travis branch. -->
<a href="https://github.com/brikcss/git-hooks/tree/master">
<img alt="Travis branch" src="https://img.shields.io/travis/rust-lang/rust/master.svg?style=flat-square&label=master">
</a>
<!-- Codacy. -->
<a href="https://www.codacy.com/app/thezimmee/git-hooks">
<img alt="NPM version" src="https://img.shields.io/codacy/grade/93e2defdeec749f9bc3fa94100a023e5/master.svg?style=flat-square">
</a>
<!-- Coveralls -->
<a href='https://coveralls.io/github/brikcss/git-hooks?branch=master'>
<img src='https://img.shields.io/coveralls/github/brikcss/git-hooks/master.svg?style=flat-square' alt='Coverage Status' />
</a>
<!-- Commitizen friendly. -->
<a href="http://commitizen.github.io/cz-cli/">
<img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square">
</a>
<!-- Semantic release. -->
<a href="https://github.com/semantic-release/semantic-release">
<img alt="semantic release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square">
</a>
<!-- Prettier code style. -->
<a href="https://prettier.io/">
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
</a>
<!-- MIT License. -->
<!-- <a href="https://choosealicense.com/licenses/mit/">
<img alt="License" src="https://img.shields.io/npm/l/express.svg?style=flat-square">
</a> -->
<!-- NPM version. -->
<a href="https://www.npmjs.com/package/@brikcss/git-hooks"><img alt="NPM version" src="https://img.shields.io/npm/v/@brikcss/git-hooks.svg?style=flat-square"></a>
<!-- NPM downloads/month. -->
<a href="https://www.npmjs.com/package/@brikcss/git-hooks"><img alt="NPM downloads per month" src="https://img.shields.io/npm/dm/@brikcss/git-hooks.svg?style=flat-square"></a>
<!-- Travis branch. -->
<a href="https://github.com/brikcss/git-hooks/tree/master"><img alt="Travis branch" src="https://img.shields.io/travis/rust-lang/rust/master.svg?style=flat-square&label=master"></a>
<!-- Codacy. -->
<a href="https://www.codacy.com/app/thezimmee/git-hooks"><img alt="NPM version" src="https://img.shields.io/codacy/grade/93e2defdeec749f9bc3fa94100a023e5/master.svg?style=flat-square"></a>
<!-- Standard JS code style. -->
<a href="https://standardjs.com"><img alt="JavaScript Style Guide" src="https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square"></a>
<!-- Prettier code style. -->
<a href="https://prettier.io/"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a>
<!-- Semantic release. -->
<a href="https://github.com/semantic-release/semantic-release"><img alt="semantic release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square"></a>
<!-- Commitizen friendly. -->
<a href="http://commitizen.github.io/cz-cli/"><img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square"></a>
<!-- MIT License. -->
<a href="https://choosealicense.com/licenses/mit/"><img alt="License" src="https://img.shields.io/npm/l/express.svg?style=flat-square"></a>
</p>

## Environment support
Expand Down

0 comments on commit 45dae68

Please sign in to comment.