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 Repos · Fast Builds
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
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