Type alias: NxPluginV2<T>

Ƭ NxPluginV2<T>: Object

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

Type parameters

NameType
Tunknown

Type declaration

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