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

6 lines 378 B
import { GeneratorCallback, type Tree } from '@nx/devkit'; import { type Schema } from './schema'; export declare function remixInitGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>; export declare function remixInitGeneratorInternal(tree: Tree, options: Schema): Promise<GeneratorCallback>; export default remixInitGenerator; //# sourceMappingURL=init.d.ts.map