@synapsync/cli 0.1.6 → 0.1.9
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 +5 -5
- package/dist/index.js +203 -362
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -267,8 +267,8 @@ synapsync --verbose <command>
|
|
|
267
267
|
|
|
268
268
|
```bash
|
|
269
269
|
# Clone the repository
|
|
270
|
-
git clone https://github.com/
|
|
271
|
-
cd cli
|
|
270
|
+
git clone https://github.com/SynapSync/synapse-cli.git
|
|
271
|
+
cd synapse-cli
|
|
272
272
|
|
|
273
273
|
# Install dependencies
|
|
274
274
|
npm install
|
|
@@ -292,7 +292,7 @@ MIT License - see [LICENSE](LICENSE) for details.
|
|
|
292
292
|
|
|
293
293
|
## Links
|
|
294
294
|
|
|
295
|
-
- [Documentation](https://synapsync.github.io/synapse-
|
|
295
|
+
- [Documentation](https://synapsync.github.io/synapse-cli/)
|
|
296
296
|
- [Registry](https://registry.synapsync.dev)
|
|
297
|
-
- [GitHub](https://github.com/
|
|
298
|
-
- [Issues](https://github.com/
|
|
297
|
+
- [GitHub](https://github.com/SynapSync/synapse-cli)
|
|
298
|
+
- [Issues](https://github.com/SynapSync/synapse-cli/issues)
|