Skip to content

Commit 52df77d

Browse files
committed
docs(README.md): update Features section
1 parent 9f92c02 commit 52df77d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,23 @@
3434

3535
## Features
3636

37-
- [x] [Typescript](https://www.typescriptlang.org)
37+
Generated service includes the following features:
38+
3839
- [x] [Express.js](https://expressjs.com)
39-
- [x] [Webpack](https://webpack.js.org) using [@boringcodes/backpack](https://github.com/boringcodes/backpack)
40+
- [x] [MongoDB](https://mongodb.com) ODM using [Mongoose](https://mongoosejs.com)
41+
- [x] [PostgreSQL](https://www.postgresql.org) ORM using [Sequelize](https://sequelize.org), [TypeORM](https://typeorm.io) & [Prisma](https://www.prisma.io)
42+
- [x] Code structure inspired by [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) & [Uncle Bob Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)
43+
44+
Other features:
45+
46+
- [x] [Webpack](https://webpack.js.org) with [Typescript](https://www.typescriptlang.org) using [@boringcodes/backpack](https://github.com/boringcodes/backpack)
4047
- [x] [Prettier](https://prettier.io) using [@boringcodes/prettier-config](https://github.com/boringcodes/prettier-config)
4148
- [x] [ESLint](https://eslint.org) using [@boringcodes/eslint-config-typescript](https://github.com/boringcodes/eslint-config-typescript)
4249
- [x] [Husky](https://github.com/typicode/husky)
43-
- [x] [lint-staged](https://github.com/okonet/lint-staged)
50+
- [x] [Lint Staged](https://github.com/okonet/lint-staged)
4451
- [x] [NVM](https://github.com/nvm-sh/nvm)
4552
- [x] [Dockerfile](https://docker.com)
46-
- [x] [standard-version](https://github.com/conventional-changelog/standard-version)
53+
- [x] [Standard Version](https://github.com/conventional-changelog/standard-version)
4754

4855
## Install
4956

0 commit comments

Comments
 (0)