@lanzorg/commitlint-config-template 0.0.12 → 0.0.14

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 +38 -27
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,21 +1,45 @@
1
- <!--
2
1
  <div align="center">
3
- <p><img src="https://lipsum.app/1200x400/aaa/000" width="100%"></p>
4
- <h1><samp>TEMPLATE</samp></h1>
2
+ <p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/icon.png" width="144"></p>
3
+ <h1>TEMPLATE</h1>
5
4
  </div>
6
- -->
7
5
 
8
- # TEMPLATE
6
+ <p align="center">
7
+ <a href="https://olankens.com">WEBSITE</a> ·
8
+ <a href="https://ko-fi.com/olankens">FUNDING</a>
9
+ </p>
9
10
 
10
- <p ><img src="https://lipsum.app/1200x400/aaa/000" width="100%"></p>
11
+ <hr><p align="center">
12
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
13
+ </p><hr>
11
14
 
12
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
15
+ ### Supported Platforms
16
+
17
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
18
+
19
+ <table>
20
+ <tbody><tr>
21
+ <td align="center" width="99999"><code>AND</code></td>
22
+ <td align="center" width="99999"><code>IOS</code></td>
23
+ <td align="center" width="99999"><code>LIN</code></td>
24
+ <td align="center" width="99999"><code>MAC</code></td>
25
+ <td align="center" width="99999"><code>WIN</code></td>
26
+ <td align="center" width="99999"><code>WEB</code></td>
27
+ </tr></tbody>
28
+ <tbody><tr>
29
+ <td align="center" height="64">✅</td>
30
+ <td align="center">✅</td>
31
+ <td align="center">✅</td>
32
+ <td align="center">✅</td>
33
+ <td align="center">✅</td>
34
+ <td align="center">❌</td>
35
+ </tr></tbody>
36
+ </table>
13
37
 
14
38
  <hr>
15
39
 
16
- ## Installing Pub Package
40
+ ### Installing Pub Package
17
41
 
18
- Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
42
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
19
43
 
20
44
  ```sh
21
45
  flutter pub add senchard --git-url https://github.com/olankens/senchard
@@ -23,9 +47,9 @@ flutter pub add senchard --git-url https://github.com/olankens/senchard
23
47
 
24
48
  <hr>
25
49
 
26
- ## Instantiating the Client
50
+ ### Instantiating the Client
27
51
 
28
- Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
52
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
29
53
 
30
54
  ```dart
31
55
  var client = Client('television_ip_address_here', foolish: true);
@@ -33,9 +57,9 @@ var client = Client('television_ip_address_here', foolish: true);
33
57
 
34
58
  <hr>
35
59
 
36
- ## Updating Picture Mode
60
+ ### Updating Picture Mode
37
61
 
38
- Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
62
+ Suspendisse blandit justo vel sollicitudin erat lobortis.
39
63
 
40
64
  ```dart
41
65
  await client
@@ -57,17 +81,4 @@ await client
57
81
  ..changeGammaAdjustment(GammaAdjustment.gamma22)
58
82
  ..toggleViewingAngle()
59
83
  ..detach();
60
- ```
61
-
62
- <!--
63
- <table>
64
- <tr><td align="center" width="99999">
65
- <a href="#">WEBSITE</a> ·
66
- <a href="#">DOCUMENTATION</a> ·
67
- <a href="#">FUNDING</a>
68
- </td></tr>
69
- <tr><td align="center" width="99999">&nbsp;<p>
70
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse blandit justo vel tellus pharetra, ut sollicitudin erat lobortis. Etiam non lacinia neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames duis.
71
- </p>&nbsp;</td></tr>
72
- </table>
73
- -->
84
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [