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

19 lines (18 loc) 483 B
{ "$schema": "https://json-schema.org/schema", "$id": "action", "type": "object", "description": "Generate an action for a given route.", "properties": { "path": { "type": "string", "description": "The route path or path to the filename of the route.", "$default": { "$source": "argv", "index": 0 }, "x-prompt": "What is the path of the route? (e.g. 'apps/demo/app/routes/foo/bar.tsx')" } }, "required": ["path"] }