From 21bb35dcdef4ba54d671a4ad7a398eb146c74dbf Mon Sep 17 00:00:00 2001 From: m1212e <14091540+m1212e@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:37:24 +0200 Subject: [PATCH] Add prismabox to the docs I've been asked to add prismabox to the plugin list in the elysia docs: https://github.com/m1212e/prismabox/discussions/17 Since it's not a "real" plugin in the elysia way, I opened a new list for projects that go well with elysia but are not plugins as per elysias definition. --- docs/plugins/overview.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index bbfb99b9..91431225 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -101,6 +101,9 @@ This is to ensure developers end up with a performant web server they intend to - [Elysia Accepts](https://github.com/morigs/elysia-accepts) - Elysia plugin for accept headers parsing and content negotiation - [Elysia Compression](https://github.com/chneau/elysia-compression) - Elysia plugin for compressing responses - [Elysia Logger](https://github.com/chneau/elysia-logger) - Elysia plugin for logging HTTP requests and responses inspired by [hono/logger](https://hono.dev/docs/middleware/builtin/logger) + +## Complementaray projects: +- [prismabox](https://github.com/m1212e/prismabox) - Generator for typebox schemes based on your database models, works well with elysia --- If you have a plugin written for Elysia, feel free to add your plugin to the list by **clicking Edit this page on GitHub** below 👇