@duyxyz/saca 1.0.0 → 1.0.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 +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,12 +7,17 @@
|
|
|
7
7
|
|
|
8
8
|
Run instantly with npx
|
|
9
9
|
```bash
|
|
10
|
-
npx
|
|
10
|
+
npx @duyxyz/saca
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Install globally with npm
|
|
14
14
|
```bash
|
|
15
|
-
npm install -g
|
|
15
|
+
npm install -g @duyxyz/saca
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Uninstall global package
|
|
19
|
+
```bash
|
|
20
|
+
npm uninstall -g @duyxyz/saca
|
|
16
21
|
```
|
|
17
22
|
|
|
18
23
|
|