Package Exports
- @nx/remix
- @nx/remix/executors.json
- @nx/remix/executors/build/schema
- @nx/remix/executors/build/schema.json
- @nx/remix/executors/serve/schema
- @nx/remix/executors/serve/schema.json
- @nx/remix/generators
- @nx/remix/generators.json
- @nx/remix/generators/action/schema
- @nx/remix/generators/action/schema.json
- @nx/remix/generators/application/schema
- @nx/remix/generators/application/schema.json
- @nx/remix/generators/convert-to-inferred/schema.json
- @nx/remix/generators/cypress-component-configuration/schema
- @nx/remix/generators/cypress-component-configuration/schema.json
- @nx/remix/generators/error-boundary/schema
- @nx/remix/generators/error-boundary/schema.json
- @nx/remix/generators/init/schema
- @nx/remix/generators/init/schema.json
- @nx/remix/generators/library/schema
- @nx/remix/generators/library/schema.json
- @nx/remix/generators/loader/schema
- @nx/remix/generators/loader/schema.json
- @nx/remix/generators/meta/schema
- @nx/remix/generators/meta/schema.json
- @nx/remix/generators/preset/schema
- @nx/remix/generators/preset/schema.json
- @nx/remix/generators/resource-route/schema
- @nx/remix/generators/resource-route/schema.json
- @nx/remix/generators/route/schema
- @nx/remix/generators/route/schema.json
- @nx/remix/generators/setup-tailwind/schema
- @nx/remix/generators/setup-tailwind/schema.json
- @nx/remix/generators/setup/schema.json
- @nx/remix/generators/storybook-configuration/schema
- @nx/remix/generators/storybook-configuration/schema.json
- @nx/remix/generators/style/schema
- @nx/remix/generators/style/schema.json
- @nx/remix/migrations.json
- @nx/remix/package.json
- @nx/remix/plugin
- @nx/remix/plugins/component-testing
Readme
Nx: Smart Repos · Fast Builds
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
This package is a Remix plugin for Nx.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspaceUsing npm init
npm init nx-workspaceUsing yarn create
yarn create nx-workspaceAdding Nx to an Existing Repository
Run:
npx nx@latest init