From 359f44fe179bc93df0cbaf1013245dcd2a35a90d Mon Sep 17 00:00:00 2001 From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:45:49 +0200 Subject: [PATCH 1/4] chore: add entries to community packages and examples Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f5f496e8a..29330ca08 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ 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/deepkit-modules/packages/tree/main/packages/graphql): Create GraphQL servers using Deepkit +- [Deepkit Apollo Server](https://github.com/deepkit-modules/packages/tree/main/packages/apollo-graphql): Run your Deepkit GraphQL server using Apollo +- [Deepkit Remix](https://github.com/deepkit-modules/packages/tree/main/packages/remix): Create Remix apps using Deepkit as the server +- [Deepkit Nx Webpack Plugin](https://github.com/deepkit-modules/packages/tree/main/packages/nx-webpack-plugin): Nx Webpack plugin for Deepkit ## Examples @@ -44,6 +48,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/deepkit-modules/packages/tree/main/examples/example-graphql): Deepkit GraphQL server application with ORM integration +- [Deepkit Remix](https://github.com/deepkit-modules/packages/tree/main/examples/example-remix): Remix application using Deepkit as the server ## Contributing From b06f5d079deabef7d55a622a30d3dc4ec7dda115 Mon Sep 17 00:00:00 2001 From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:49:03 +0200 Subject: [PATCH 2/4] Update README.md Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 29330ca08..e6d3cc1a8 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ 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/deepkit-modules/packages/tree/main/packages/graphql): Create GraphQL servers using Deepkit -- [Deepkit Apollo Server](https://github.com/deepkit-modules/packages/tree/main/packages/apollo-graphql): Run your Deepkit GraphQL server using Apollo -- [Deepkit Remix](https://github.com/deepkit-modules/packages/tree/main/packages/remix): Create Remix apps using Deepkit as the server -- [Deepkit Nx Webpack Plugin](https://github.com/deepkit-modules/packages/tree/main/packages/nx-webpack-plugin): Nx Webpack plugin for Deepkit +- [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 Nx Webpack Plugin](https://github.com/marcus-sa/deepkit-modules/tree/main/packages/nx-webpack-plugin): Nx Webpack plugin for Deepkit ## Examples @@ -48,8 +48,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/deepkit-modules/packages/tree/main/examples/example-graphql): Deepkit GraphQL server application with ORM integration -- [Deepkit Remix](https://github.com/deepkit-modules/packages/tree/main/examples/example-remix): Remix application using Deepkit as the server +- [Deepkit GraphQL](https://github.com/marcus-sa/deepkit-modules/tree/main/examples/example-graphql): Deepkit GraphQL server application with ORM integration +- [Deepkit Remix](https://github.com/marcus-sa/deepkit-modules/tree/main/examples/example-remix): Remix application using Deepkit as the server ## Contributing From a30312d4563fd835bf95dff977cf3c1030a34e1f Mon Sep 17 00:00:00 2001 From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:15:43 +0200 Subject: [PATCH 3/4] Update README.md Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6d3cc1a8..65bf81f86 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,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/examples/example-graphql): Deepkit GraphQL server application with ORM integration -- [Deepkit Remix](https://github.com/marcus-sa/deepkit-modules/tree/main/examples/example-remix): Remix application using Deepkit as the server +- [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 From 55f0324f0f649324c963a8a4919550d3515367e9 Mon Sep 17 00:00:00 2001 From: "Marcus S. Abildskov" <8391194+marcus-sa@users.noreply.github.com> Date: Thu, 14 Sep 2023 13:49:38 +0200 Subject: [PATCH 4/4] Update README.md Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65bf81f86..81429fc4d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ npm init @deepkit/app my-deepkit-app - [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