Skip to content

Commit 97563b8

Browse files
committed
v0.2.0
1 parent f2a958f commit 97563b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

66
```bash
7+
npx expressjs-create-app
8+
9+
or
10+
711
npx expressjs-create-app <app-name> --template <template-name>
812
```
913
# Templates
1014
* `express-ts`: Express with Typescript support
1115
* `espress-ts-eslint`: Express with Typescript support and Eslint
16+
* `express-ts-mongoose`: Express With Typescript and Mongoose

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expressjs-create-app",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Npm package to create Express apps with templates",
55
"main": "./lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)