Skip to content

Commit 40077ea

Browse files
committed
docs: add badges
1 parent 782a9ba commit 40077ea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
33
# commitlint
44

5+
[![npm latest][2]][3] [![npm next][10]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
6+
57
* 🚓 Enforce commit conventions
68
* 🤖 Plays nice with `conventional-changelog`
79
* 📦 Supports shareable configuration
@@ -78,3 +80,18 @@ npm install
7880
npm start # run tests, again on change
7981
npm run build # run build tasks
8082
```
83+
84+
85+
[0]: https://img.shields.io/badge/stability-stable-green.svg?style=flat-square
86+
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
87+
[2]: https://img.shields.io/npm/v/@commitlint/core.svg?style=flat-square
88+
[3]: https://npmjs.org/package/@commitlint/core/latest.svg
89+
[4]: https://img.shields.io/travis/marionebl/commitlint/master.svg?style=flat-square
90+
[5]: https://travis-ci.org/marionebl/commitlint
91+
[6]: https://img.shields.io/appveyor/ci/marionebl/commitlint/master.svg?style=flat-square
92+
[7]: https://ci.appveyor.com/project/marionebl/commitlint
93+
94+
[8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
95+
[9]: https://nodejs.org/api/documentation.html#documentation_stability_index
96+
97+
[10]: https://img.shields.io/npm/v/@commitlint/core/next.svg?style=flat-square

0 commit comments

Comments
 (0)