opencode-sync-plugin 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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Sync your OpenCode sessions to the cloud. Search, share, and access your coding history from anywhere.
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/opencode-sync-plugin)
|
|
6
|
+
|
|
5
7
|
## Installation
|
|
6
8
|
|
|
7
9
|
### From npm
|
|
8
10
|
|
|
11
|
+
Published on npm: [opencode-sync-plugin](https://www.npmjs.com/package/opencode-sync-plugin)
|
|
12
|
+
|
|
9
13
|
```bash
|
|
10
14
|
npm install -g opencode-sync-plugin
|
|
11
15
|
```
|