clwy-express-generator 5.1.2 → 5.1.3

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)
2
2
 
3
- # [Express](https://www.npmjs.com/package/express) 应用程序生成器。
3
+ # clwy-express-generator:[Express](https://www.npmjs.com/package/express) 应用程序生成器
4
4
 
5
5
  **此项目基于 [express-generator](https://github.com/expressjs/generator) 分叉而来,并新增了一些功能特性。**
6
6
 
@@ -48,13 +48,13 @@ $ npm start
48
48
  --no-view 使用静态html而不是视图引擎
49
49
  -c, --css <engine> 添加样式表引擎 <engine> 支持 (less|stylus|compass|sass)(默认为纯 css)
50
50
  --git 添加 .gitignore 文件
51
- --es6 生成 ES6 代码和模块类型项目(需要Node 14.x或更高版本)
51
+ --es6 生成 ES6 代码和模块类型项目(需要Node 22.x或更高版本)
52
52
  -f, --force 强制在非空目录上操作
53
53
  -h, --help 输出使用信息
54
54
 
55
55
  ------------
56
56
 
57
- # [Express'](https://www.npmjs.com/package/express) application generator.
57
+ # clwy-express-generator: [Express'](https://www.npmjs.com/package/express) application generator
58
58
 
59
59
  **This project is a fork of [express-generator](https://github.com/expressjs/generator), enhanced with new features.**
60
60
 
@@ -102,7 +102,7 @@ This generator can also be further configured with the following command line fl
102
102
  --no-view use static html instead of view engine
103
103
  -c, --css <engine> add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
104
104
  --git add .gitignore
105
- --es6 generate ES6 code and module-type project (requires Node 14.x or higher)
105
+ --es6 generate ES6 code and module-type project (requires Node 22.x or higher)
106
106
  -f, --force force on non-empty directory
107
107
  -h, --help output usage information
108
108
 
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.1.2",
5
+ "version": "5.1.3",
6
6
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
7
7
  "contributors": [
8
8
  "Aaron Heckmann <aaron.heckmann+github@gmail.com>",