@hasna/hooks 0.2.16 → 0.2.18
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/LICENSE +1 -1
- package/README.md +8 -2
- package/bin/index.js +10408 -278
- package/package.json +3 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -26,9 +26,15 @@ hooks --help
|
|
|
26
26
|
- `hooks doctor`
|
|
27
27
|
- `hooks run`
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## Cloud Sync
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
This package supports cloud sync via `@hasna/cloud`:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
cloud setup
|
|
35
|
+
cloud sync push --service hooks
|
|
36
|
+
cloud sync pull --service hooks
|
|
37
|
+
```
|
|
32
38
|
|
|
33
39
|
## Data Directory
|
|
34
40
|
|