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 f2a958f commit 97563b8Copy full SHA for 97563b8
README.md
@@ -4,8 +4,13 @@ NPM Packge to create Express App with templates
4
# Install
5
6
```bash
7
+npx expressjs-create-app
8
+
9
+or
10
11
npx expressjs-create-app <app-name> --template <template-name>
12
```
13
# Templates
14
* `express-ts`: Express with Typescript support
15
* `espress-ts-eslint`: Express with Typescript support and Eslint
16
+* `express-ts-mongoose`: Express With Typescript and Mongoose
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "expressjs-create-app",
3
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "Npm package to create Express apps with templates",
"main": "./lib/index.js",
"bin": {
0 commit comments