Package Exports
- @nx/remix
- @nx/remix/executors.json
- @nx/remix/generators
- @nx/remix/generators.json
- @nx/remix/migrations.json
- @nx/remix/package.json
- @nx/remix/plugin
- @nx/remix/plugins/component-testing
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 Remix 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