Skip to content

Commit bef349e

Browse files
committed
docs(README.md): update scaffold out
1 parent c3d7697 commit bef349e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Navigate to the created service (using [@boringcodes/create-service](https://git
5757

5858
```sh
5959
$ yo create-service-component
60+
61+
# or with mongo
62+
$ yo create-service-component:with-mongo
6063
```
6164

6265
This scaffolds out:
@@ -68,6 +71,9 @@ This scaffolds out:
6871
│ │   │   ├── constants.ts
6972
│ │   │   ├── controller.ts
7073
│ │   │   ├── index.ts
74+
│ │   │   ├── model.ts (:with-mongo)
75+
│ │   │   ├── repository.ts (:with-mongo)
76+
│ │   │   ├── types.ts
7177
│ │   └── ...
7278
│ ├── ...
7379
├── ...

0 commit comments

Comments
 (0)