From 6c76781c334b4430feaf60a5322eefa93c2f8fb1 Mon Sep 17 00:00:00 2001 From: Matt Byrne Date: Thu, 31 Mar 2022 08:46:22 +1100 Subject: [PATCH] Update readme to reference our gae-js libs --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f23272f..1712c1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # gae-node-nestjs +## New package +Please note that while this package will have priority fixes for existing projects, our primary focus has moved to +our [gae-js](https://github.com/mondo-mob/gae-js) libraries. +While this library offers a lot of utilities and help for using `nestjs`, `graphql`, `datastore` the new libraries offer +more targeted libraries, with the following benefits: + + - Not being tied to `nestjs` and easily used in `express`, `cloud functions`, or others of your choosing + - A library for using `firestore` natively + - A library for those still using `datastore` mode + - Other libraries for specifics. Please see the readme for details. + +A lot of the underlying utilities have been ported across to the new libraries. + +## About Node framework using [nestjs](https://nestjs.com/) and integrating with Google App Engine, particularly Google Data Store.