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 e062a3d commit b7839e6Copy full SHA for b7839e6
README.md
@@ -35,7 +35,6 @@
35
## Features
36
37
- [x] Express
38
-- [x] CRUD Component (generated by [@boringcodes/create-service-component](https://github.com/boringcodes/create-service-component))
39
- [x] [@boringcodes/backpack](https://github.com/boringcodes/backpack) (TypeScript, dotENV)
40
- [x] Prettier
41
- [x] TSLint (tslint-config-airbnb, tslint-immutable, tslint-sonarts)
@@ -76,10 +75,6 @@ This scaffolds out:
76
75
```
77
├── src
78
│ ├── components
79
-│ │ ├── things
80
-│ │ │ ├── constants.ts
81
-│ │ │ ├── controller.ts
82
-│ │ │ ├── index.ts
83
│ │ └── types.ts
84
│ ├── app.ts
85
│ ├── index.ts
0 commit comments