@lanzorg/commitlint-config-template 0.0.133 → 0.0.135
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 +42 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,29 +1,52 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<p><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/icon.png" align="" width="112"></p>
|
|
3
|
+
<h1>WOWASTRO</h1>
|
|
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>
|
|
5
|
+
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-github.svg" width="56">
|
|
6
|
+
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-bash.svg" width="56">
|
|
7
|
+
<img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-typescript.svg" width="56">
|
|
8
|
+
</div>
|
|
2
9
|
|
|
3
|
-
|
|
10
|
+
## PREVIEWS
|
|
4
11
|
|
|
5
|
-
|
|
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>
|
|
6
13
|
|
|
7
|
-
##
|
|
14
|
+
## FEATURES
|
|
8
15
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
16
|
+
- ✅ Vestibulum in arcu porttitor ante egestas
|
|
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 eleifend
|
|
22
|
+
- ❌ Nunc ut velit quis purus vestibulum volutpat
|
|
12
23
|
|
|
13
|
-
##
|
|
24
|
+
## LEARNING
|
|
14
25
|
|
|
15
|
-
|
|
16
|
-
<p><img src="https://github.com/olankens/nodpaper/raw/HEAD/wallpapers/python-01.avif" align="center" width="33.3333333333%"><img src="https://github.com/olankens/nodpaper/raw/HEAD/wallpapers/python-02.avif" align="center" width="33.3333333333%"><img src="https://github.com/olankens/nodpaper/raw/HEAD/wallpapers/python-03.avif" align="center" width="33.3333333333%"><img src="https://github.com/olankens/nodpaper/raw/HEAD/wallpapers/python-04.avif" width="33.3333333333%"><img src="https://github.com/olankens/nodpaper/raw/HEAD/wallpapers/python-05.avif" width="33.3333333333%"><img src="https://github.com/olankens/nodpaper/raw/HEAD/wallpapers/python-06.avif" width="33.3333333333%"></p>
|
|
17
|
-
<!-- CEASE_PYTHON -->
|
|
26
|
+
### With Default Runtime
|
|
18
27
|
|
|
19
|
-
|
|
28
|
+
```sh
|
|
29
|
+
curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
|
|
30
|
+
--title 'deleteme' \
|
|
31
|
+
--description '...' \
|
|
32
|
+
--private \
|
|
33
|
+
--tailwind
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### With Custom Runtime
|
|
20
37
|
|
|
21
38
|
```sh
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
39
|
+
curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
|
|
40
|
+
--title 'deleteme' \
|
|
41
|
+
--description '...' \
|
|
42
|
+
--runtime '/Applications/Chromium.app/Contents/MacOS/Chromium' \
|
|
43
|
+
--datadir '${env:HOME}/Library/Application Support/Chromium Debug' \
|
|
44
|
+
--gh-pages \
|
|
45
|
+
--tailwind
|
|
29
46
|
```
|
|
47
|
+
|
|
48
|
+
### Delete GitHub Project
|
|
49
|
+
|
|
50
|
+
```sh
|
|
51
|
+
gh repo delete olankens/deleteme --yes
|
|
52
|
+
```
|