Type alias: NxPluginV2

Ƭ NxPluginV2: Object

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

Type declaration

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