Nx Now

nx build my-app --skip-nx-cache # bypass cache Only run tasks on projects changed since a given commit:

"^build" means: run build for all dependencies first. List generators: nx build my-app --skip-nx-cache # bypass cache Only

"tags": ["scope:shared", "type:ui"] Define boundaries in .eslintrc.json : "depConstraints": [ "sourceTag": "scope:app"

"rules": "@nx/enforce-module-boundaries": ["error", "depConstraints": [ "sourceTag": "scope:app", "onlyDependOnLibsWithTags": ["scope:shared", "scope:app"] ] ] nx build my-app --skip-nx-cache # bypass cache Only

nx list Example: generate a React component library