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) 388 B
{ "$schema": "https://json-schema.org/schema", "$id": "Remix", "title": "", "type": "object", "description": "Generate a Remix application in a standalone workspace. Can be used with `create-nx-workspace --preset=@nx/remix`.", "properties": { "tags": { "type": "string", "description": "Add tags to the app (used for linting).", "alias": "t" } } }