From aa25c5bb99203d1fdc536474dd766fc2fee57209 Mon Sep 17 00:00:00 2001 From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:57:18 +0200 Subject: [PATCH] chore: add entries to community packages and examples (#481) * chore: add entries to community packages and examples Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> * Update README.md Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> * Update README.md Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> * Update README.md Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> --------- Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5f496e8a..81429fc4d 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ npm init @deepkit/app my-deepkit-app - [Serverless Adapter](https://github.com/H4ad/serverless-adapter): Run Deepkit on top of AWS Lambda, Azure, Digital Ocean and many other clouds. - [Deepkit REST](https://github.com/deepkit-rest/rest): DeepKit REST opens up a whole new declarative and extensive approach for developing REST APIs. - [Deepkit Stripe](https://github.com/deepkit-community/modules/tree/master/packages/stripe): Interacting with the Stripe API or consuming Stripe webhooks in your Deepkit applications is now easy as pie 🥧. +- [Deepkit GraphQL](https://github.com/marcus-sa/deepkit-modules/tree/main/packages/graphql): Create GraphQL servers using Deepkit +- [Deepkit Apollo Server](https://github.com/marcus-sa/deepkit-modules/tree/main/packages/apollo-graphql): Run your Deepkit GraphQL server using Apollo +- [Deepkit Remix](https://github.com/marcus-sa/deepkit-modules/tree/main/packages/remix): Create Remix apps using Deepkit as the server +- [Deepkit Remix Validated Form](https://github.com/marcus-sa/deepkit-modules/tree/main/packages/remix-validated-form): Use Deepkit Type as form validator for Remix +- [Deepkit Nx Webpack Plugin](https://github.com/marcus-sa/deepkit-modules/tree/main/packages/nx-webpack-plugin): Nx Webpack plugin for Deepkit ## Examples @@ -44,6 +49,8 @@ npm init @deepkit/app my-deepkit-app - [Deepkit HTTP router with custom http server](https://github.com/deepkit/deepkit-framework/blob/master/packages/example-app/slim.ts). - [Deepkit Bookstore](https://github.com/marcj/deepkit-bookstore): Auto REST CRUD + Deepkit API Console. - [Deepkit Webpack](https://github.com/marcj/deepkit-webpack): Type Compiler with Webpack. +- [Deepkit GraphQL](https://github.com/marcus-sa/deepkit-modules/tree/main/apps/example-graphql): Deepkit GraphQL server application with ORM integration +- [Deepkit Remix](https://github.com/marcus-sa/deepkit-modules/tree/main/apps/example-remix): Remix application using Deepkit as the server ## Contributing