Popular `nx` terminal commands
Create a new Nx workspace
Create a new Nx workspace using the latest version of Nx.
Authored by: mandarini
Create a new Nx workspace with a React application
Create a new Nx workspace with a React application using the latest version of Nx.
Authored by: mandarini
Generate a new application in your Nx workspace
This command generates a new application in your existing Nx workspace.
Authored by: mandarini
Generate a new library in your Nx workspace
This command generates a new library in your existing Nx workspace.
Authored by: mandarini
Add Nx to an Existing Project
If you have an existing Lerna or Yarn monorepo, you can gain the benefits of Nx's computation cache and distributed task execution without modifying the file structure by running this command
Authored by: mandarini
Migrate Create-React-App project into a Nx Workspace
If you have an existing Create-React-App project, you can gain the benefits of Nx's computation cache and distributed task execution by running this command
Authored by: mandarini
View the project graph
Start the project graph for the current Nx workspace. This will graph the dependencies within your workspace.
Authored by: mandarini
Remove project from Nx workspace
Remove a project from your Nx workspace.
Authored by: mandarini
Test only the affected code in your Nx workspace
Test only those projects that are affected by the changes in the current Nx workspace.
Authored by: mandarini