cmyr-template-cli 1.3.0 → 1.3.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 CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  草梅友仁自制的项目模板创建器
4
4
 
5
+ ## 安装
6
+
7
+ ```sh
8
+ npm i -g cmyr-template-cli
9
+
10
+ # 或者 yarn global cmyr-template-cli
11
+ # 或者 pnpm i -g cmyr-template-cli
12
+ ```
13
+
14
+
15
+
16
+
5
17
  ## 使用
6
18
 
7
19
 
package/dist/plopfile.js CHANGED
@@ -183,6 +183,7 @@ module.exports = function (plop) {
183
183
  'github-action',
184
184
  ].map((e) => `${e}-template`);
185
185
  },
186
+ default: '',
186
187
  },
187
188
  ];
188
189
  return inquirer.prompt(questions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",