docs(ecosystem): add fastify-file-router#6441
Conversation
docs/Guides/Ecosystem.md
Outdated
| - [`typeorm-fastify-plugin`](https://github.com/jclemens24/fastify-typeorm) A simple | ||
| and updated Typeorm plugin for use with Fastify. | ||
|
|
||
| - [`fastify-file-router`](https://github.com/bhouston/fastify-file-router) A fully typesafe TanStack Start / Next.JS-style filesystem-based router with both JSONSchema and Zod schema support. |
There was a problem hiding this comment.
Are you planning to add some tests?
There was a problem hiding this comment.
I made the same comment on another proposal, the tests are in the CI:
https://github.com/bhouston/fastify-file-router/blob/main/.github/workflows/test.yml#L45
Perhaps adding a "test" script to the package.json file would be cleaner.
There was a problem hiding this comment.
Thanks for the suggestion, DONE: https://github.com/bhouston/fastify-file-router/blob/main/package.json#L14
This confusion inspired this blog post of mine btw: https://benhouston3d.com/blog/stopped-creating-package-json-scripts
I created and have been using this Fastify plugin for close to a year. I figure it would be time to add it to the Ecosystem list of Fastify. I am a professional developer so this has great test code coverage, an example project and a well written readme.
Checklist
npm run test && npm run benchmark --if-presentand the Code of conduct