Appearance
Nx Notes and Links
Useful Nx commands and links already referenced in README.md.
Common Nx Commands
bash
npx nx <target> <project-name>bash
npx nx syncbash
npx nx sync:checkbash
npx nx release --dry-runOfficial Links
- Nx docs: https://nx.dev
- Nx task running: https://nx.dev/features/run-tasks
- Nx sync reference: https://nx.dev/reference/nx-commands#sync
- Nx release docs: https://nx.dev/features/manage-releases