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 c3d7697 commit bef349eCopy full SHA for bef349e
README.md
@@ -57,6 +57,9 @@ Navigate to the created service (using [@boringcodes/create-service](https://git
57
58
```sh
59
$ yo create-service-component
60
+
61
+# or with mongo
62
+$ yo create-service-component:with-mongo
63
```
64
65
This scaffolds out:
@@ -68,6 +71,9 @@ This scaffolds out:
68
71
│ │ │ ├── constants.ts
69
72
│ │ │ ├── controller.ts
70
73
│ │ │ ├── index.ts
74
+│ │ │ ├── model.ts (:with-mongo)
75
+│ │ │ ├── repository.ts (:with-mongo)
76
+│ │ │ ├── types.ts
77
│ │ └── ...
78
│ ├── ...
79
├── ...
0 commit comments