Skip to content

Commit

Permalink
Create NX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Feb 7, 2025
1 parent 93b25a3 commit a58618d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions NX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Nx

Based on "" at https://nx.dev/getting-started/installation

Install **Nx** (required for Nx Monorepos and Nx Cloud) globally as follows:

```
$ npm add --global nx@latest
```

To use **nx** directly, you can now just use:

```
$ nx --version
```

To update **nx**, run:

```
$ npx nx migrate latest
```

0 comments on commit a58618d

Please sign in to comment.