create-codeforge-app 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # create-codeforge
1
+ # create-codeforge-app
2
2
 
3
3
  一行命令创建全栈项目(NestJS + Vue3 + PostgreSQL)。
4
4
 
5
5
  ## 使用
6
6
 
7
7
  ```bash
8
- npx create-codeforge my-project
8
+ npx create-codeforge-app my-project
9
9
  ```
10
10
 
11
11
  ## 前置条件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-codeforge-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "一行命令创建全栈项目(NestJS + Vue3 + PostgreSQL)",
5
5
  "bin": {
6
6
  "create-codeforge-app": "./index.js"