Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed May 3, 2022
1 parent d202a74 commit a336728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Opinionated boilerplate to build a Fastify app with a better DX.
## Features

- Use `nodemon` & `esbuild-node-tsc` during devlopment to reduce feedback loop.
- Use `esbuild` to bundle & minify production code.
- Use `esbuild` to bundle production code.
- Use Conventional Commits & SemVer standards, e.g. `commitlint`, `commitizen`, `standard-version`.
- Use `eslint`, `prettier`, `lint-staged`.
- Use `husky` git hooks helper to run formatter & linter.
Expand Down Expand Up @@ -43,8 +43,8 @@ pnpm release

## TODO

- [ ] Add `docker` or `docker-compose` for deployment
- [ ] Add `vitest` & `msw`
- [ ] Add `dotnev` for different stages
- [ ] Add `mongodb` examples
- [ ] Add `docker` or `docker-compose` for deployment
- [ ] Add `envoy` as a sidecar proxy

0 comments on commit a336728

Please sign in to comment.