@tomjs/create-app 1.0.1 → 1.0.2

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
@@ -46,6 +46,10 @@ Support templates:
46
46
  - electron-vue
47
47
  - electron-react
48
48
  - node
49
+ - node-cli
50
+ - node-cli-legacy
51
+ - node-vite-plugin
52
+ - node-workspaces
49
53
  - vscode
50
54
  - vscode-vue
51
55
  - vscode-react
package/README.zh_CN.md CHANGED
@@ -46,6 +46,10 @@ npm create @tomjs/app@latest my-app -- --template vue
46
46
  - electron-vue
47
47
  - electron-react
48
48
  - node
49
+ - node-cli
50
+ - node-cli-legacy
51
+ - node-vite-plugin
52
+ - node-workspaces
49
53
  - vscode
50
54
  - vscode-vue
51
55
  - vscode-react
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tomjs/create-app",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "create tomjs web app",
6
6
  "keywords": [
7
7
  "tomjs",