blade-code 0.0.5 → 0.0.7

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.
Files changed (4) hide show
  1. package/README.en.md +531 -0
  2. package/README.md +387 -255
  3. package/dist/blade.js +168 -169
  4. package/package.json +9 -3
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "blade-code",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
7
- "main": "dist/blade.js",
8
7
  "bin": {
9
8
  "blade": "dist/blade.js"
10
9
  },
@@ -16,7 +15,7 @@
16
15
  ],
17
16
  "scripts": {
18
17
  "dev": "bun --watch src/blade.tsx",
19
- "build": "rm -rf dist && bun build src/blade.tsx --external react-devtools-core --external react --external react-dom --external ink --external yargs --external chalk --external inquirer --minify --outfile dist/blade.js --target=node",
18
+ "build": "rm -rf dist && bun build src/blade.tsx --external react-devtools-core --external react --external react-dom --external ink --external ink-* --external yargs --external chalk --external inquirer --minify --outfile dist/blade.js --target=node",
20
19
  "start": "bun run dist/blade.js",
21
20
  "test": "vitest",
22
21
  "test:watch": "vitest --watch",
@@ -100,6 +99,13 @@
100
99
  "axios": "^1.12.2",
101
100
  "chalk": "^5.4.1",
102
101
  "ink": "^6.2.3",
102
+ "ink-big-text": "^2.0.0",
103
+ "ink-gradient": "^3.0.0",
104
+ "ink-multi-select": "^2.0.0",
105
+ "ink-progress-bar": "^3.0.0",
106
+ "ink-select-input": "^6.2.0",
107
+ "ink-spinner": "^5.0.0",
108
+ "ink-text-input": "^6.0.0",
103
109
  "inquirer": "^12.6.3",
104
110
  "lodash-es": "^4.17.21",
105
111
  "lowlight": "^3.3.0",