Package Exports
- @nx/rollup
- @nx/rollup/executors.json
- @nx/rollup/generators.json
- @nx/rollup/migrations.json
- @nx/rollup/package.json
- @nx/rollup/plugin
Readme
Nx: Smart Monorepos · Fast CI
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
This package is a Rollup plugin for Nx.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspace
Using npm init
npm init nx-workspace
Using yarn create
yarn create nx-workspace
Adding Nx to an Existing Repository
Run:
npx nx@latest init