turtle-express
is kinda a framework or a library based on express.js
with an opinionated express router with type safety and schema validation with zod. Also many more features planning to be included.
It would be nice to develop with fastify
like api with trpc
like type safety for express.js
.
First class support for OpenApi
with Swagger
like UI generation for public facing APIs.
Also support for api-client-sdk
generation for front-end. And our first final goal is to achieve these features.
pnpm i
pnpm run build:watch
pnpm --filter express-ts run start
bug-fix-123
or feature-123
pnpm run commit
.