logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Nx Workspace Manager - Control Builds & Tests | Online Free DevTools by Hexmos

Control Nx workspace builds and tests with Nx Workspace Manager. Execute targets, manage projects, and optimize workflows using the command line. Free online tool, no registration required.

nx

Manage nx workspaces. More information: https://nx.dev/l/r/getting-started/nx-cli.

  • Build a specific project:

nx build {{project}}

  • Test a specific project:

nx test {{project}}

  • Execute a target on a specific project:

nx run {{project}}:{{target}}

  • Execute a target on multiple projects:

nx run-many --target {{target}} --projects {{project1}},{{project2}}

  • Execute a target on all projects in the workspace:

nx run-many --target {{target}} --all

  • Execute a target only on projects that have been changed:

nx affected --target {{target}}

See Also