@lanzorg/commitlint-config-template 0.0.137 → 0.0.138
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
|
@@ -7,11 +7,13 @@
|
|
|
7
7
|
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-typescript.svg" width="56">
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
|
-
## PREVIEWS
|
|
10
|
+
[//]: # (## PREVIEWS)
|
|
11
11
|
|
|
12
12
|
<p><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/asset-01.png" align="center" width="49.21875%"><picture><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/blank.gif" align="center" width="1.5625%"/></picture><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/asset-02.png" align="center" width="49.21875%"></p>
|
|
13
13
|
|
|
14
|
-
## FEATURES
|
|
14
|
+
[//]: # (## FEATURES)
|
|
15
|
+
|
|
16
|
+
## Main Features
|
|
15
17
|
|
|
16
18
|
- ✅ Vestibulum in arcu porttitor ante
|
|
17
19
|
- ✅ Sed iaculis dolor in egestas pulvinar
|
|
@@ -21,9 +23,9 @@
|
|
|
21
23
|
- 🚧 Mauris eleifend nunc non ultricies
|
|
22
24
|
- ❌ Nunc ut velit quis purus vestibulum
|
|
23
25
|
|
|
24
|
-
## LEARNING
|
|
26
|
+
[//]: # (## LEARNING)
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
## With Default Runtime
|
|
27
29
|
|
|
28
30
|
```sh
|
|
29
31
|
curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
|
|
@@ -33,7 +35,7 @@ curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowa
|
|
|
33
35
|
--tailwind
|
|
34
36
|
```
|
|
35
37
|
|
|
36
|
-
|
|
38
|
+
## With Custom Runtime
|
|
37
39
|
|
|
38
40
|
```sh
|
|
39
41
|
curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
|
|
@@ -45,7 +47,7 @@ curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowa
|
|
|
45
47
|
--tailwind
|
|
46
48
|
```
|
|
47
49
|
|
|
48
|
-
|
|
50
|
+
## Delete GitHub Project
|
|
49
51
|
|
|
50
52
|
```sh
|
|
51
53
|
gh repo delete olankens/deleteme --yes
|