@synapsync/cli 0.1.1 → 0.1.3
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 +2 -2
- package/dist/index.js +243 -109
- package/dist/index.js.map +1 -1
- package/package.json +8 -3
package/README.md
CHANGED
|
@@ -30,10 +30,10 @@ SynapSync CLI allows you to manage and synchronize AI cognitives across differen
|
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
32
|
# Install globally
|
|
33
|
-
npm install -g synapsync
|
|
33
|
+
npm install -g @synapsync/cli
|
|
34
34
|
|
|
35
35
|
# Or use npx
|
|
36
|
-
npx synapsync
|
|
36
|
+
npx @synapsync/cli
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
### Requirements
|