@lanzorg/commitlint-config-template 0.0.144 → 0.0.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,8 @@
|
|
|
17
17
|
<picture><img src="https://raw.githubusercontent.com/olankens/msgstyle/HEAD/.assets/bash.svg" align="center" width="52"></picture>
|
|
18
18
|
</div></td></tr></table>
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
## FEATURES
|
|
21
21
|
|
|
22
|
-
<div>
|
|
23
22
|
<table>
|
|
24
23
|
<tbody><tr>
|
|
25
24
|
<td width="99999">Length between 20 and 100</td>
|
|
@@ -46,9 +45,8 @@
|
|
|
46
45
|
<td>✅</td>
|
|
47
46
|
</tr></tbody>
|
|
48
47
|
</table>
|
|
49
|
-
</div>
|
|
50
48
|
|
|
51
|
-
|
|
49
|
+
## LEARNING
|
|
52
50
|
|
|
53
51
|
#### Installing Globally
|
|
54
52
|
|
|
@@ -58,7 +56,7 @@ curl "https://raw.githubusercontent.com/olankens/msgstyle/HEAD/scripts/msgstyle.
|
|
|
58
56
|
chmod +x "$HOME/.githooks/commit-msg"
|
|
59
57
|
```
|
|
60
58
|
|
|
61
|
-
|
|
59
|
+
### Installing Locally
|
|
62
60
|
|
|
63
61
|
```shell
|
|
64
62
|
curl "https://raw.githubusercontent.com/olankens/msgstyle/HEAD/scripts/msgstyle.sh" -o ".git/hooks/commit-msg"
|