create-aiot 2.0.2-dev.1 → 2.0.2-dev.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/lib/index.js CHANGED
@@ -77,18 +77,6 @@ function getUxCreateCommand() {
77
77
  validate(value) {
78
78
  return TemplateUtil_1.default.validateProjectName(value);
79
79
  }
80
- },
81
- {
82
- name: 'eslint',
83
- type: 'confirm',
84
- description: 'Enabling eslint, if true, will create an eslint file',
85
- enableInquirer: true,
86
- defaultValue: false
87
- },
88
- {
89
- name: 'aspect',
90
- type: 'string',
91
- description: '配置aspect名称'
92
80
  }
93
81
  ],
94
82
  action: (option) => {
@@ -6,11 +6,6 @@
6
6
  "name": "vela-demo",
7
7
  "path": "./vela-demo",
8
8
  "description": "vela demo template"
9
- },
10
- {
11
- "name": "test_git",
12
- "path": "https://github.com/dcloudio/hello-uniapp.git",
13
- "description": "this is ..., from git"
14
9
  }
15
10
  ]
16
11
  },
@@ -21,11 +16,6 @@
21
16
  "name": "xts",
22
17
  "path": "./xts/app-package-name",
23
18
  "description": "xts app template"
24
- },
25
- {
26
- "name": "xts2",
27
- "path": "./xts/app-package-name",
28
- "description": "其实我和上面的一样"
29
19
  }
30
20
  ]
31
21
  }
@@ -6,10 +6,9 @@
6
6
  "node": ">=8.10"
7
7
  },
8
8
  "scripts": {
9
- "start": "aiot server --watch --open-nuttx",
9
+ "start": "aiot start --watch",
10
10
  "build": "aiot build",
11
11
  "release": "aiot release",
12
- "watch": "aiot watch --open-nuttx",
13
12
  "lint": "eslint --format codeframe --fix --ext .ux,.js src/"
14
13
  },
15
14
  "devDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-aiot",
3
- "version": "2.0.2-dev.1",
3
+ "version": "2.0.2-dev.2",
4
4
  "description": "An easy way to start aiot project",
5
5
  "main": "lib/index.js",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "test": "node ./__tests__/create-aiot.test.js"
28
28
  },
29
29
  "dependencies": {
30
- "@aiot-toolkit/commander": "2.0.2-dev.1",
30
+ "@aiot-toolkit/commander": "2.0.2-dev.2",
31
31
  "ansi-colors": "^4.1.3",
32
32
  "cli-progress": "^3.12.0",
33
33
  "simple-git": "^3.19.1"
@@ -35,5 +35,5 @@
35
35
  "devDependencies": {
36
36
  "@types/cli-progress": "^3.11.0"
37
37
  },
38
- "gitHead": "0beecc786c41b73ab2dabeaad06fb4ad19115f4b"
38
+ "gitHead": "4979839c27a3477f7e72f1f1ed167200bc1d48b5"
39
39
  }