Skip to content

Commit 8266e01

Browse files
committed
Npm to cra-express-app
1 parent 94db1eb commit 8266e01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ NPM Packge to create Express App with templates
44
# Install
55

66
```bash
7-
npx expressjs-create-app
7+
npx cra-express-app
88

99
or
1010

11-
npx expressjs-create-app <app-name> --template <template-name>
11+
npx cra-express-app <app-name> --template <template-name>
1212
```
1313
# Templates
1414
* `express-ts`: Express with Typescript support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "expressjs-create-app",
2+
"name": "cra-express-app",
33
"version": "0.2.0",
44
"description": "Npm package to create Express apps with templates",
55
"main": "./lib/index.js",

0 commit comments

Comments
 (0)