File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
> Lint commit messages
2
2
3
+ # commitlint
4
+
5
+ [ ![ npm latest] [ 2 ]] [ 3 ] [ ![ npm next] [ 10 ]] [ 3 ] [ ![ Travis branch] [ 4 ]] [ 5 ] [ ![ AppVeyor branch] [ 6 ]] [ 7 ]
6
+
7
+
8
+
3
9
` commitlint ` helps your team adhereing to a commit convention. By supporting npm-installed configurations it makes sharing of commit conventions easy.
4
10
5
11
# Getting started
6
12
7
- ## Install
13
+ ## Install
8
14
9
15
``` sh
10
16
npm install -g @commitlint/cli @commitlint/config-angular
@@ -38,3 +44,18 @@ commitlint --from=HEAD~1
38
44
* ** Concepts** - Overarching topics important to unterstand the use of ` commitlint `
39
45
* ** Reference** - Mostly technical documentation
40
46
* ** 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
You can’t perform that action at this time.
0 commit comments