Skip to content

Commit d94dce2

Browse files
committed
feat: 0.1.0 add node-es6 template
1 parent f164137 commit d94dce2

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

README.cn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ cd <project name>
3030
npm install
3131
```
3232

33-
安装过程中有以下七个模板可供选择
33+
安装过程中有以下模板可供选择
3434

3535
1. 默认模式:包含webpack、babel、eslint、commitlint
3636
2. css模式:默认模式 + css和less支持
3737
3. typescript:默认模式 + ts 支持
3838
4. vue: vue2.x + vue-router + vuex
3939
5. vue3: vue3 + typescript + vue-router4 + vuex4
4040
6. react: react17 + typescript + redux + sass
41-
7. 原始模式:不推荐
41+
7. node-es6: node + express + es6 + webpac
42+
8. 原始模式:不推荐
4243

4344
----
4445

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ cd <project name>
3030
npm install
3131
```
3232

33-
There are seven templates to choose from during the installation process
33+
There are some templates to choose from during the installation process
3434

3535
1. Default mode: including webpack, babel, eslint, commitlint
3636
2. css mode: default mode + css and less support
3737
3. typescript: default mode + ts support
3838
4. vue: vue2.x + vue-router + vuex
3939
5. vue3: vue3 + typescript + vue-router4 + vuex4
4040
6. react: react17 + typescript + redux + sass
41-
7. Original mode: not recommended
41+
7. node-es6: node + express + es6 + webpac
42+
8. Original mode: not recommended
4243

4344
----
4445

bin/ebuild-init.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ const gits = {
4545
renderBuild: false,
4646
name: 'react (react17 + typescript + redux + sass)',
4747
},
48+
'node-es6': {
49+
url: 'github:theajack/node-es6-demo',
50+
renderPackage: false,
51+
renderBuild: false,
52+
name: 'node es6 (node + express + es6 + webpack)',
53+
},
4854
'origin': {
4955
url: 'github:theajack/ebuild-template',
5056
renderPackage: true,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebuild-cli",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "A project for build a project easily",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)