@tspub-dev/tspub 0.1.0 → 0.1.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 +29 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
|
|
18
18
|
<br>
|
|
19
19
|
|
|
20
|
-
[](https://www.npmjs.com/package/tspub)
|
|
21
|
-
[](https://www.npmjs.com/package/tspub)
|
|
20
|
+
[](https://www.npmjs.com/package/@tspub-dev/tspub)
|
|
21
|
+
[](https://www.npmjs.com/package/@tspub-dev/tspub)
|
|
22
22
|
[](https://github.com/tspub/tspub/actions)
|
|
23
23
|
[](https://github.com/tspub/tspub)
|
|
24
24
|
[](LICENSE)
|
|
@@ -28,6 +28,32 @@
|
|
|
28
28
|
|
|
29
29
|
<br>
|
|
30
30
|
|
|
31
|
+
## Install
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm i -D @tspub-dev/tspub
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
pnpm add -D @tspub-dev/tspub
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
yarn add -D @tspub-dev/tspub
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
bun add -D @tspub-dev/tspub
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Or just run directly — no install needed:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
npx tspub check
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
<br>
|
|
56
|
+
|
|
31
57
|
---
|
|
32
58
|
|
|
33
59
|
<br>
|
|
@@ -325,20 +351,6 @@ tspub init my-package --react # React + JSX
|
|
|
325
351
|
|
|
326
352
|
<br>
|
|
327
353
|
|
|
328
|
-
## Install
|
|
329
|
-
|
|
330
|
-
```bash
|
|
331
|
-
npm i -D tspub
|
|
332
|
-
```
|
|
333
|
-
|
|
334
|
-
Or just `npx tspub check` — no install needed.
|
|
335
|
-
|
|
336
|
-
<br>
|
|
337
|
-
|
|
338
|
-
---
|
|
339
|
-
|
|
340
|
-
<br>
|
|
341
|
-
|
|
342
354
|
## Config
|
|
343
355
|
|
|
344
356
|
Zero config works. But if you want control:
|
|
@@ -484,7 +496,7 @@ We've all been there. Now we don't have to go back.
|
|
|
484
496
|
|
|
485
497
|
<br>
|
|
486
498
|
|
|
487
|
-
[Docs](https://tspub.dev) · [Playground](https://tspub.dev/playground) · [GitHub](https://github.com/tspub/tspub) · [Issues](https://github.com/tspub/tspub/issues) · [npm](https://npmjs.com/package/tspub)
|
|
499
|
+
[Docs](https://tspub.dev) · [Playground](https://tspub.dev/playground) · [GitHub](https://github.com/tspub/tspub) · [Issues](https://github.com/tspub/tspub/issues) · [npm](https://npmjs.com/package/@tspub-dev/tspub)
|
|
488
500
|
|
|
489
501
|
<br>
|
|
490
502
|
|