UNPKG

@nx/next

Version:

The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides: - Scaffolding for creating, building, serving, linting, and testing Next.js applications. - Integration wit

9 lines 545 B
export * from './src/utils/types'; export { createGlobPatternsOfDependentProjects } from './src/utils/generate-globs'; export { applicationGenerator } from './src/generators/application/application'; export { componentGenerator } from './src/generators/component/component'; export { libraryGenerator } from './src/generators/library/library'; export { pageGenerator } from './src/generators/page/page'; export { withNx } from './plugins/with-nx'; export { composePlugins } from './src/utils/compose-plugins'; //# sourceMappingURL=index.d.ts.map