@tomjs/create-app 0.3.0 → 0.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
@@ -51,6 +51,7 @@ pnpm create @tomjs/app --template vue
51
51
  Parameters:
52
52
 
53
53
  - `-t --template` : specify the template
54
+ - `--git`:git repository setting
54
55
 
55
56
  Support templates:
56
57
 
@@ -59,7 +60,6 @@ Support templates:
59
60
  - electron-vue
60
61
  - electron-react
61
62
  - node
62
- - node-electron
63
63
 
64
64
  ## Reference project
65
65
 
package/README.zh_CN.md CHANGED
@@ -52,6 +52,7 @@ pnpm create @tomjs/app my-app --template vue
52
52
  参数说明:
53
53
 
54
54
  - `-t --template`:指定模板
55
+ - `--git`:git 仓库配置
55
56
 
56
57
  支持模板:
57
58
 
@@ -60,7 +61,6 @@ pnpm create @tomjs/app my-app --template vue
60
61
  - electron-vue
61
62
  - electron-react
62
63
  - node
63
- - node-electron
64
64
 
65
65
  ## 参考项目
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/create-app",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "create tomjs web app",
5
5
  "keywords": [
6
6
  "tomjs",