Skip to content

Commit d63da22

Browse files
committed
feat: 一键安装并配置
1 parent 2a30124 commit d63da22

5 files changed

Lines changed: 433 additions & 19 deletions

File tree

package-lock.json

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@larksuite/cli",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "The official CLI for Lark/Feishu open platform",
55
"bin": {
66
"lark-cli": "scripts/run.js"
@@ -27,7 +27,11 @@
2727
"license": "MIT",
2828
"files": [
2929
"scripts/install.js",
30+
"scripts/install-wizard.js",
3031
"scripts/run.js",
3132
"CHANGELOG.md"
32-
]
33+
],
34+
"dependencies": {
35+
"@clack/prompts": "^1.2.0"
36+
}
3337
}

0 commit comments

Comments
 (0)