tsu 2.8.0 → 2.8.1
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 +21 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://gitlab.com/happytiptoe/tsu">
|
|
3
|
+
<img src="https://gitlab.com/happytiptoe/tsu/-/raw/main/assets/logo.png" alt="tsu - opinionated project scaffolder" width="251">
|
|
4
|
+
<br>
|
|
5
|
+
</a>
|
|
6
|
+
<h1>tsu</h1>
|
|
7
|
+
<h3>✨ TypeScript Utilities ✨</h3>
|
|
8
|
+
</div>
|
|
9
|
+
|
|
10
|
+
<div align="center">
|
|
11
|
+
<a href="https://www.npmjs.com/package/tsu" target="__blank">
|
|
12
|
+
<img src="https://img.shields.io/npm/v/tsu?color=3eaa47&label=" alt="NPM version">
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://tsu.pages.dev" target="__blank">
|
|
15
|
+
<img src="https://img.shields.io/static/v1?label=&message=View%20documentation&color=3eaa47" alt="view documentation">
|
|
16
|
+
</a>
|
|
17
|
+
<br>
|
|
18
|
+
<a href="https://gitlab.com/happytiptoe/tsu" target="__blank">
|
|
19
|
+
<img src="https://img.shields.io/gitlab/stars/happytiptoe/tsu?style=flat&color=131514" alt="gitlab stars">
|
|
7
20
|
</a>
|
|
8
21
|
<a href="https://npmjs.com/package/tsu">
|
|
9
|
-
<img src="https://img.shields.io/npm/l/tsu" alt="license">
|
|
22
|
+
<img src="https://img.shields.io/npm/l/tsu?color=131514" alt="license">
|
|
10
23
|
</a>
|
|
24
|
+
</div>
|
|
11
25
|
|
|
12
26
|
## Installation
|
|
13
27
|
|