We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c723d commit f076766Copy full SHA for f076766
README.md
@@ -4,7 +4,7 @@ NPM Packge to create Express App with templates
4
# Install
5
6
```bash
7
-npx create-express-template <app-name> --template <template-name>
+npx expressjs-create-app <app-name> --template <template-name>
8
```
9
# Templates
10
* `express-ts`: Express with Typescript support
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "express-create-template",
+ "name": "expressjs-create-app",
3
"version": "0.1.0",
"description": "Npm package to create Express apps with templates",
"main": "./lib/index.js",
0 commit comments