@clawrise/clawrise-cli-linux-x64 0.1.0-alpha.4

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 ADDED
@@ -0,0 +1,10 @@
1
+ # @clawrise/clawrise-cli-linux-x64
2
+
3
+ 这是 Clawrise CLI 的平台二进制分发包。
4
+ 目标平台:linux-x64
5
+
6
+ 通常不需要直接安装这个包,请安装根包:
7
+
8
+ ```bash
9
+ npm install -g @clawrise/clawrise-cli
10
+ ```
package/bin/clawrise ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@clawrise/clawrise-cli-linux-x64",
3
+ "version": "0.1.0-alpha.4",
4
+ "description": "Clawrise CLI prebuilt binary for linux-x64.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/repothread/clawrise-cli.git"
9
+ },
10
+ "homepage": "https://github.com/repothread/clawrise-cli#readme",
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "files": [
18
+ "bin",
19
+ "plugins",
20
+ "README.md"
21
+ ]
22
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "schema_version": 1,
3
+ "name": "feishu",
4
+ "version": "0.1.0-alpha.4",
5
+ "kind": "provider",
6
+ "protocol_version": 1,
7
+ "platforms": ["feishu"],
8
+ "entry": {
9
+ "type": "binary",
10
+ "command": ["./bin/clawrise-plugin-feishu"]
11
+ }
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "schema_version": 1,
3
+ "name": "notion",
4
+ "version": "0.1.0-alpha.4",
5
+ "kind": "provider",
6
+ "protocol_version": 1,
7
+ "platforms": ["notion"],
8
+ "entry": {
9
+ "type": "binary",
10
+ "command": ["./bin/clawrise-plugin-notion"]
11
+ }
12
+ }