nx/docs/generated/devkit/NxPluginV2.md
2024-03-05 18:02:46 -05:00

1.5 KiB

Type alias: NxPluginV2<TOptions>

Ƭ NxPluginV2<TOptions>: Object

A plugin for Nx which creates nodes and dependencies for the ProjectGraph

Type parameters

Name Type
TOptions unknown

Type declaration

Name Type Description
createDependencies? CreateDependencies<TOptions> Provides a function to analyze files to create dependencies for the ProjectGraph
createNodes? CreateNodes<TOptions> Provides a file pattern and function that retrieves configuration info from those files. e.g. { '*/.csproj': buildProjectsFromCsProjFile }
name string -