162 packages
add-nx-to-monorepo
Make any monorepo faster by adding Nx to it
angular-vscode
Useful VSCode plugins for Angular Development
cra-to-nx
This package will turn your React app into an Nx workspace. To use this package, your React app must have been generated and kept the structure of Create-React-App, with files generated either in js/jsx or ts/tsx.
create-nx-plugin
This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.
create-nx-workspace
Smart Repos · Fast Builds
make-angular-cli-faster
Make Angular CLI faster by enabling distributed computation caching
migrations-tester
migrations-tester-parent
@ng-rsbuild/plugin-angular
Rsbuild Plugin for building Angular.
@ng-rsbuild/plugin-nx
Nx Plugin for building Angular applications with Rspack.
@ng-rspack/build
Rspack Plugin and Loaders for building Angular.
@ng-rspack/compiler
Compilation utilities for Angular with Rspack and Rsbuild.
@ng-rspack/nx
Nx Plugin for building Angular applications with Rspack.
@nrwl/angular
The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, and Cypress. - Gen
@nrwl/angular-console-enterprise-electron
@nrwl/angular-console-enterprise-frontend
@nrwl/aws-lambda
@nrwl/aws-lambda has been deprecated in favor of [@nx/aws-lambda](https://www.npmjs.com/package/@nx/aws-lambda). Please use that instead.
@nrwl/azure
Azure Integration
@nrwl/bazel
Nrwl Extensions for Angular: Bazel Schematics
@nrwl/builders
Angular CLI power-ups for modern Web development: Builders
@nrwl/cli
Smart, Fast and Extensible Build System
@nrwl/cypress
The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.
@nrwl/deno
@nrwl/deno has been deprecated in favor of [@nx/deno](https://www.npmjs.com/package/@nx/deno). Please use that instead.
@nrwl/detox
The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.
@nrwl/devkit
The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by