nx/docs/angular/cli/daemon.md

28 lines
471 B
Markdown

# daemon
EXPERIMENTAL: Nx Daemon
The Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph.
## Usage
```bash
nx daemon
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
## Options
### background
Default: `true`
### help
Show help
### version
Show version number