@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.
Files changed (2) hide show
  1. package/README.md +29 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,8 +17,8 @@
17
17
 
18
18
  <br>
19
19
 
20
- [![npm](https://img.shields.io/npm/v/tspub?style=flat-square&color=cc3534)](https://www.npmjs.com/package/tspub)
21
- [![downloads](https://img.shields.io/npm/dm/tspub?style=flat-square)](https://www.npmjs.com/package/tspub)
20
+ [![npm](https://img.shields.io/npm/v/@tspub-dev/tspub?style=flat-square&color=cc3534)](https://www.npmjs.com/package/@tspub-dev/tspub)
21
+ [![downloads](https://img.shields.io/npm/dm/@tspub-dev/tspub?style=flat-square)](https://www.npmjs.com/package/@tspub-dev/tspub)
22
22
  [![tests](https://img.shields.io/github/actions/workflow/status/tspub/tspub/ci.yml?style=flat-square&label=tests)](https://github.com/tspub/tspub/actions)
23
23
  [![coverage](https://img.shields.io/badge/coverage-88%25-brightgreen?style=flat-square)](https://github.com/tspub/tspub)
24
24
  [![license](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tspub-dev/tspub",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The unified TypeScript package toolkit — init, build, check, publish in one tool. tspub builds itself.",
5
5
  "type": "module",
6
6
  "bin": {