Skip to content

Commit 782a9ba

Browse files
committed
docs: add badges
1 parent 8d49a7e commit 782a9ba

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/readme.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
> Lint commit messages
22
3+
# commitlint
4+
5+
[![npm latest][2]][3] [![npm next][10]][3] [![Travis branch][4]][5] [![AppVeyor branch][6]][7]
6+
7+
8+
39
`commitlint` helps your team adhereing to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
410

511
# Getting started
612

7-
## Install
13+
## Install
814

915
```sh
1016
npm install -g @commitlint/cli @commitlint/config-angular
@@ -38,3 +44,18 @@ commitlint --from=HEAD~1
3844
* **Concepts** - Overarching topics important to unterstand the use of `commitlint`
3945
* **Reference** - Mostly technical documentation
4046
* **Changelog**
47+
48+
49+
[0]: https://img.shields.io/badge/stability-stable-green.svg?style=flat-square
50+
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
51+
[2]: https://img.shields.io/npm/v/@commitlint/core.svg?style=flat-square
52+
[3]: https://npmjs.org/package/@commitlint/core/latest.svg
53+
[4]: https://img.shields.io/travis/marionebl/commitlint/master.svg?style=flat-square
54+
[5]: https://travis-ci.org/marionebl/commitlint
55+
[6]: https://img.shields.io/appveyor/ci/marionebl/commitlint/master.svg?style=flat-square
56+
[7]: https://ci.appveyor.com/project/marionebl/commitlint
57+
58+
[8]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
59+
[9]: https://nodejs.org/api/documentation.html#documentation_stability_index
60+
61+
[10]: https://img.shields.io/npm/v/@commitlint/core/next.svg?style=flat-square

0 commit comments

Comments
 (0)