@zju_han/claudex-cli 1.0.0

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,16 @@
1
+ # ClaudeX
2
+
3
+ ClaudeX is a local coding agent CLI built from the current ant variant in this repository.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install -g @zju_han/claudex-cli
9
+ claudex
10
+ ```
11
+
12
+ ## Update
13
+
14
+ ```bash
15
+ npm update -g @zju_han/claudex-cli
16
+ ```
package/cli.js ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+
3
+ import './dist-ant/cli.js'