@lanzorg/commitlint-config-template 0.0.132 → 0.0.134
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 +14 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
<!--
|
|
2
1
|
<div align="center">
|
|
3
|
-
<p><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/
|
|
2
|
+
<p><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/icon.png" align="center" width="112"></p>
|
|
4
3
|
<h1>WOWASTRO</h1>
|
|
5
4
|
<p>Bootstrap any Astro project with a formatted README, advanced linting using ESLint and Prettier, fully configured Tailwind, and proper debugging configurations for IntelliJ IDEA and Visual Studio Code.</p>
|
|
6
5
|
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-github.svg" width="56">
|
|
7
6
|
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-bash.svg" width="56">
|
|
8
7
|
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-typescript.svg" width="56">
|
|
9
8
|
</div>
|
|
10
|
-
-->
|
|
11
9
|
|
|
12
|
-
|
|
10
|
+
## PREVIEWS
|
|
13
11
|
|
|
14
|
-
<p><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/asset-01.png" width="49.21875%"><picture><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/blank.gif" width="1.5625%"/></picture><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/asset-02.png" width="49.21875%"></p>
|
|
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>
|
|
15
13
|
|
|
16
|
-
|
|
14
|
+
## FEATURES
|
|
17
15
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
16
|
+
<table>
|
|
17
|
+
<tbody><tr><td width="99999">...</td><td>✅</td></tr></tbody>
|
|
18
|
+
<tbody><tr><td width="99999">...</td><td>🚧</td></tr></tbody>
|
|
19
|
+
<tbody><tr><td width="99999">...</td><td>❌</td></tr></tbody>
|
|
20
|
+
</table>
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## LEARNING
|
|
23
|
+
|
|
24
|
+
### With Default Runtime
|
|
24
25
|
|
|
25
26
|
```sh
|
|
26
27
|
curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
|
|
@@ -30,7 +31,7 @@ curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowa
|
|
|
30
31
|
--tailwind
|
|
31
32
|
```
|
|
32
33
|
|
|
33
|
-
|
|
34
|
+
### With Custom Runtime
|
|
34
35
|
|
|
35
36
|
```sh
|
|
36
37
|
curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
|
|
@@ -42,7 +43,7 @@ curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowa
|
|
|
42
43
|
--tailwind
|
|
43
44
|
```
|
|
44
45
|
|
|
45
|
-
|
|
46
|
+
### Delete GitHub Project
|
|
46
47
|
|
|
47
48
|
```sh
|
|
48
49
|
gh repo delete olankens/deleteme --yes
|