Skip to content

Commit f076766

Browse files
committed
v0.1.0
1 parent c2c723d commit f076766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NPM Packge to create Express App with templates
44
# Install
55

66
```bash
7-
npx create-express-template <app-name> --template <template-name>
7+
npx expressjs-create-app <app-name> --template <template-name>
88
```
99
# Templates
1010
* `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": "express-create-template",
2+
"name": "expressjs-create-app",
33
"version": "0.1.0",
44
"description": "Npm package to create Express apps with templates",
55
"main": "./lib/index.js",

0 commit comments

Comments
 (0)