@lanzorg/commitlint-config-template 0.0.144 → 0.0.146
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 +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,9 +17,12 @@
|
|
|
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
|
+
## PREVIEWS
|
|
21
|
+
|
|
22
|
+
<p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/asset-01.png" align="center" width="49.21875%"><picture><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/blank.gif" align="center" width="1.5625%"/></picture><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/asset-02.png" align="center" width="49.21875%"></p>
|
|
23
|
+
|
|
24
|
+
## FEATURES
|
|
21
25
|
|
|
22
|
-
<div>
|
|
23
26
|
<table>
|
|
24
27
|
<tbody><tr>
|
|
25
28
|
<td width="99999">Length between 20 and 100</td>
|
|
@@ -46,11 +49,10 @@
|
|
|
46
49
|
<td>✅</td>
|
|
47
50
|
</tr></tbody>
|
|
48
51
|
</table>
|
|
49
|
-
</div>
|
|
50
52
|
|
|
51
|
-
|
|
53
|
+
## LEARNING
|
|
52
54
|
|
|
53
|
-
|
|
55
|
+
### Installing Globally
|
|
54
56
|
|
|
55
57
|
```shell
|
|
56
58
|
git config --global core.hooksPath "$HOME/.githooks"
|
|
@@ -58,7 +60,7 @@ curl "https://raw.githubusercontent.com/olankens/msgstyle/HEAD/scripts/msgstyle.
|
|
|
58
60
|
chmod +x "$HOME/.githooks/commit-msg"
|
|
59
61
|
```
|
|
60
62
|
|
|
61
|
-
|
|
63
|
+
### Installing Locally
|
|
62
64
|
|
|
63
65
|
```shell
|
|
64
66
|
curl "https://raw.githubusercontent.com/olankens/msgstyle/HEAD/scripts/msgstyle.sh" -o ".git/hooks/commit-msg"
|