Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
docs(readme): add preset
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Dec 20, 2022
1 parent 6d5d1ce commit 8dc9f80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [Features](#features)
- [Installing](#installing)
- [Peer Dependencies](#peer-dependencies)
- [Preset](#preset)
- [Generators](#generators)
- [`application`](#application)
- [`sdk`](#sdk)
Expand All @@ -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.
Expand Down Expand Up @@ -89,6 +91,18 @@ yarn add -D nx-mesh

<br/>

## 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.

<br/>

## Generators

### `application`
Expand Down

0 comments on commit 8dc9f80

Please sign in to comment.