@4399ywkf/cli 0.0.2 → 0.0.3
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/bin/cli.js +2 -2
- package/package.json +2 -3
package/bin/cli.js
CHANGED
|
@@ -131,8 +131,8 @@ program
|
|
|
131
131
|
const result = await cloneRepository(projectTemplate, dest);
|
|
132
132
|
loading.succeed('创建模版成功!') // 成功loading
|
|
133
133
|
console.log(`\ncd ${projectName}`)
|
|
134
|
-
console.log('
|
|
135
|
-
console.log('
|
|
134
|
+
console.log('pnpm i')
|
|
135
|
+
console.log('pnpm start\n')
|
|
136
136
|
} catch (error) {
|
|
137
137
|
loading.fail('创建模版失败:' + error) // 失败loading
|
|
138
138
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4399ywkf/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "运维开发部脚手架",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
|
-
"type": "git"
|
|
17
|
-
"url": "git+https://github.com/Emma-Alpha/ywkf-cli.git"
|
|
16
|
+
"type": "git"
|
|
18
17
|
},
|
|
19
18
|
"keywords": [],
|
|
20
19
|
"author": "",
|