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 4, 2022
1 parent 0b7af6d commit 4495ba7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# fastify-esbuild
#fastify-esbuild

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

---

Opinionated boilerplate to build a Fastify app with a better DX.
Opinionated boilerplate to build a Fastify app with better DX.

## Features

- Use `nodemon` & `esbuild-node-tsc` during devlopment to reduce feedback loop.
- Use `@fastify/autoload` for filesystem-based routes & plugins.
- Use `nodemon` & `esbuild` to reduce feedback loop during devlopment.
- Use `esbuild` to bundle production code.
- Use Conventional Commits & SemVer standards, e.g. `commitlint`, `commitizen`, `standard-version`.
- Use `eslint`, `prettier`, `lint-staged`.
Expand All @@ -32,7 +33,7 @@ pnpm dev
pnpm build

# Run production code
node build
node ./build/index.js

# New commit with interactive CLI
pnpm cz
Expand Down

0 comments on commit 4495ba7

Please sign in to comment.