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

7 lines (6 loc) 428 B
import type { Tree } from '@nx/devkit'; import { GeneratorCallback } from '@nx/devkit'; import type { NxRemixGeneratorSchema } from './schema'; export declare function remixLibraryGenerator(tree: Tree, schema: NxRemixGeneratorSchema): Promise<GeneratorCallback>; export declare function remixLibraryGeneratorInternal(tree: Tree, schema: NxRemixGeneratorSchema): Promise<GeneratorCallback>; export default remixLibraryGenerator;