@shi_zhen/code-helper 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 +3 -6
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/index.mjs +1 -1
- package/dist/cli/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
> 🚀 A unified CLI tool to manage your Claude Code - from installation to configuration, marketplace to MCP servers.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/code-helper)
|
|
5
|
+
[](https://www.npmjs.com/package/@shi_zhen/code-helper)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
|
|
9
9
|
## 📦 Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install -g code-helper
|
|
12
|
+
npm install -g @shi_zhen/code-helper
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## ✨ Features
|
|
@@ -28,11 +28,8 @@ npm install -g code-helper
|
|
|
28
28
|
# Launch the interactive menu
|
|
29
29
|
code-helper
|
|
30
30
|
|
|
31
|
-
# Or use the alias
|
|
31
|
+
# Or use the short alias
|
|
32
32
|
ch
|
|
33
|
-
|
|
34
|
-
# Or use the legacy alias
|
|
35
|
-
maco
|
|
36
33
|
```
|
|
37
34
|
|
|
38
35
|
## 📚 Main Menu Options
|
package/dist/cli/index.js
CHANGED
|
@@ -38,7 +38,7 @@ var require_package = __commonJS({
|
|
|
38
38
|
"package.json"(exports2, module2) {
|
|
39
39
|
module2.exports = {
|
|
40
40
|
name: "@shi_zhen/code-helper",
|
|
41
|
-
version: "0.1.
|
|
41
|
+
version: "0.1.1",
|
|
42
42
|
description: "Code Helper - A unified tool to manage your Claude Code",
|
|
43
43
|
repository: {
|
|
44
44
|
type: "git",
|