You can activate distributed tasks executions and caching by running:
nx connect-to-nx-cloudWhat is Nx Cloud?
Here are some things you can do with Nx:
# Generate UI libnx g @nrwl/angular:lib ui# Add a componentnx g @nrwl/angular:component button --project ui
nx dep-graph
# see what's been affected by changesnx affected:dep-graph# run tests for current changesnx affected:test# run e2e tests for current changesnx affected:e2e
Carefully crafted with