@lanzorg/commitlint-config-template 0.0.129 → 0.0.130

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.
Files changed (2) hide show
  1. package/README.md +26 -46
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,61 +1,41 @@
1
1
  <div align="center">
2
- <p><img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/icon.png" width="128"></p>
3
- <h1>REPOWIPE</h1>
2
+ <p><img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/icon.png" width="112"></p>
3
+ <h1>TEMPLATE</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-astro.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-github.svg" width="56">
8
+ <img src="https://raw.githubusercontent.com/olankens/readbase/HEAD/source/wowastro/.assets/logo-typescript.svg" width="56">
4
9
  </div>
5
10
 
6
- <p align="center">
7
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut semper turpis ipsum, at vulputate lacus congue pulvinar. In et convallis nunc, eget tempor orci. Nullam et viverra eros. In scelerisque aenean.
8
- </p>
11
+ ## Picture Gallery
9
12
 
10
- <div align="center">
11
- <img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/angular.svg" width="48">
12
- <img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/chromium.svg" width="48">
13
- <img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/intellijidea.svg" width="48">
14
- <img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/kotlin.svg" width="48">
15
- <img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/kubernetes.svg" width="48">
16
- <img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/spring.svg" width="48">
17
- </div>
18
-
19
- <table><tr><td width="99999"></td></tr></table>
20
-
21
- ## PREVIEWS
22
-
23
- <p><img src="https://placehold.co/504x416/333/333" width="49.21875%"><picture><img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/blank.gif" width="1.5625%"/></picture><img src="https://raw.githubusercontent.com/olankens/repowipe/HEAD/.assets/asset-02.png" width="49.21875%"></p>
24
-
25
- ## LEARNING
26
-
27
- ### With Default Message
28
-
29
- ```sh
30
- curl -fsSL https://raw.githubusercontent.com/olankens/repowipe/HEAD/scripts/repowipe.sh | bash
31
- ```
13
+ <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>
32
14
 
33
- ### With Custom Message
15
+ ## With Default Runtime
34
16
 
35
17
  ```sh
36
- curl -fsSL https://raw.githubusercontent.com/olankens/repowipe/HEAD/scripts/repowipe.sh | bash -s -- \
37
- "Obliterate the whole repository"
18
+ curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
19
+ --title 'deleteme' \
20
+ --description '...' \
21
+ --private \
22
+ --tailwind
38
23
  ```
39
24
 
40
- <!--
41
-
42
- # REPOWIPE
43
-
44
- <p><img src=".assets/asset-01.png" align="center" width="100%"></p>
45
-
46
- Bash script using gh CLI to obliterate any GitHub repository together with commits, issues, pull requests, discussions, stars, and quite literally everything else connected to it, permanently and forever.
47
-
48
- ## With Default Message
25
+ ## With Custom Runtime
49
26
 
50
27
  ```sh
51
- curl -fsSL https://raw.githubusercontent.com/olankens/repowipe/HEAD/scripts/repowipe.sh | bash
28
+ curl -fsSL https://raw.githubusercontent.com/olankens/wowastro/HEAD/scripts/wowastro.sh | bash -s -- \
29
+ --title 'deleteme' \
30
+ --description '...' \
31
+ --runtime '/Applications/Chromium.app/Contents/MacOS/Chromium' \
32
+ --datadir '${env:HOME}/Library/Application Support/Chromium Debug' \
33
+ --gh-pages \
34
+ --tailwind
52
35
  ```
53
36
 
54
- ## With Custom Message
37
+ ## Delete GitHub Project
55
38
 
56
39
  ```sh
57
- curl -fsSL https://raw.githubusercontent.com/olankens/repowipe/HEAD/scripts/repowipe.sh | bash -s -- \
58
- "Obliterate the whole repository"
59
- ```
60
-
61
- -->
40
+ gh repo delete olankens/deleteme --yes
41
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [