From 8dc9f80109fbcf6524285b3acd7c273d1d1d4e60 Mon Sep 17 00:00:00 2001
From: Dom <3301714+domjtalbot@users.noreply.github.com>
Date: Tue, 20 Dec 2022 15:48:25 +0000
Subject: [PATCH] docs(readme): add preset
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.md b/README.md
index f98bab69..bb7afd12 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@
- [Features](#features)
- [Installing](#installing)
- [Peer Dependencies](#peer-dependencies)
+- [Preset](#preset)
- [Generators](#generators)
- [`application`](#application)
- [`sdk`](#sdk)
@@ -45,6 +46,7 @@
## Features
- Use GraphQL Mesh to combine multiple APIs into a single GraphQL API.
+- Create a new Nx workspace with a GraphQL Mesh preset.
- Generate a GraphQL Mesh API Gateway
- A standalone application for running GraphQL Mesh.
- Choose from multiple starter templates.
@@ -89,6 +91,18 @@ yarn add -D nx-mesh
+## Preset
+
+Create a new Nx workspace with a GraphQL Mesh SDK!
+
+```bash
+npx create-nx-workspace@latest myorg --preset=nx-mesh
+```
+
+See the [`sdk` generator](#sdk) for available options.
+
+
+
## Generators
### `application`