clwy-express-generator 5.0.6 → 5.0.8

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
@@ -1,13 +1,8 @@
1
1
  [![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)
2
2
 
3
- [Express'](https://www.npmjs.com/package/express) application generator.
4
-
5
- [![NPM Version][npm-image]][npm-url]
6
- [![NPM Downloads][downloads-image]][downloads-url]
7
- [![Linux Build][github-actions-ci-image]][github-actions-ci-url]
8
- [![Windows Build][appveyor-image]][appveyor-url]
3
+ [Express](https://www.npmjs.com/package/express) 应用程序生成器。
9
4
 
10
- Forked from [express-generator](https://github.com/expressjs/generator),此项目是从这个项目派生而来,并添加了一些新特性。
5
+ 此项目是从[express-generator](https://github.com/expressjs/generator)分叉而来,并添加了一些新特性。
11
6
 
12
7
  ## 功能特性
13
8
 
@@ -55,10 +50,12 @@ $ npm start
55
50
  -f, --force 强制在非空目录上操作
56
51
  -h, --help 输出使用信息
57
52
 
58
- Forked from [express-generator](https://github.com/expressjs/generator), this project is a fork with some new features.
59
-
60
53
  ------------
61
54
 
55
+ [Express'](https://www.npmjs.com/package/express) application generator.
56
+
57
+ Forked from [express-generator](https://github.com/expressjs/generator), this project is a fork with some new features.
58
+
62
59
  ## Features
63
60
 
64
61
  - **🚀 ES6 Support**: Modern and cleaner code.
@@ -110,12 +107,3 @@ This generator can also be further configured with the following command line fl
110
107
  ## License
111
108
 
112
109
  [MIT](LICENSE)
113
-
114
- [npm-image]: https://img.shields.io/npm/v/express-generator.svg
115
- [npm-url]: https://npmjs.org/package/express-generator
116
- [appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/generator/master.svg?label=windows
117
- [appveyor-url]: https://ci.appveyor.com/project/dougwilson/generator
118
- [downloads-image]: https://img.shields.io/npm/dm/express-generator.svg
119
- [downloads-url]: https://npmjs.org/package/express-generator
120
- [github-actions-ci-image]: https://img.shields.io/github/workflow/status/expressjs/generator/ci/master?label=linux
121
- [github-actions-ci-url]: https://github.com/expressjs/generator/actions/workflows/ci.yml
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "clwy-express-generator",
3
3
  "description": "Express' application generator",
4
4
  "homepage": "https://github.com/clwy-cn/clwy-express-generator",
5
- "version": "5.0.6",
5
+ "version": "5.0.8",
6
6
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
7
7
  "contributors": [
8
8
  "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
@@ -12,4 +12,4 @@ Start your Express.js app at `http://localhost:3000/`:
12
12
 
13
13
  ```bash
14
14
  $ npm start
15
- ```
15
+ ```