Skip to content

Commit b7839e6

Browse files
committed
docs(readme): remove CRUD component generator out of features list
1 parent e062a3d commit b7839e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
## Features
3636

3737
- [x] Express
38-
- [x] CRUD Component (generated by [@boringcodes/create-service-component](https://github.com/boringcodes/create-service-component))
3938
- [x] [@boringcodes/backpack](https://github.com/boringcodes/backpack) (TypeScript, dotENV)
4039
- [x] Prettier
4140
- [x] TSLint (tslint-config-airbnb, tslint-immutable, tslint-sonarts)
@@ -76,10 +75,6 @@ This scaffolds out:
7675
```
7776
├── src
7877
│ ├── components
79-
│ │   ├── things
80-
│ │   │   ├── constants.ts
81-
│ │   │   ├── controller.ts
82-
│ │   │   ├── index.ts
8378
│ │   └── types.ts
8479
│ ├── app.ts
8580
│ ├── index.ts

0 commit comments

Comments
 (0)