@lanzorg/commitlint-config-template 0.0.136 → 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 +15 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,23 +7,25 @@
|
|
|
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
15
|
|
|
16
|
-
|
|
17
|
-
- ✅ Sed iaculis dolor in egestas pulvinar
|
|
18
|
-
- ✅ Mauris vitae odio sed nisl maximus
|
|
19
|
-
- ✅ Sed vitae diam eu lorem consequat
|
|
20
|
-
- 🚧 Nulla eu nisl non leo efficitur eleifend
|
|
21
|
-
- 🚧 Mauris eleifend nunc non ultricies
|
|
22
|
-
- ❌ Nunc ut velit quis purus vestibulum
|
|
16
|
+
## Main Features
|
|
23
17
|
|
|
24
|
-
|
|
18
|
+
- ✅ Vestibulum in arcu porttitor ante
|
|
19
|
+
- ✅ Sed iaculis dolor in egestas pulvinar
|
|
20
|
+
- ✅ Mauris vitae odio sed nisl maximus
|
|
21
|
+
- ✅ Sed vitae diam eu lorem consequat
|
|
22
|
+
- 🚧 Nulla eu nisl non leo efficitur eleifend
|
|
23
|
+
- 🚧 Mauris eleifend nunc non ultricies
|
|
24
|
+
- ❌ Nunc ut velit quis purus vestibulum
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
[//]: # (## LEARNING)
|
|
27
|
+
|
|
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
|