UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

15 lines (14 loc) 374 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxRemixSetup", "title": "", "type": "object", "description": "Generate initial files required for Remix to work within the workspace.", "properties": { "packageManager": { "type": "string", "description": "The package manager to setup for", "enum": ["yarn", "npm", "pnpm"] } } }