Skip to content
AI Monorepos Free online conference · June 23 Join us!

Ƭ NxPlugin<TOptions>: Object

A plugin which enhances the behavior of Nx

NameType
TOptionsunknown
NameTypeDescription
createDependencies?CreateDependencies<TOptions>Provides a function to analyze files to create dependencies for the ProjectGraph
createMetadata?CreateMetadata<TOptions>Provides a function to create metadata for the ProjectGraph
createNodes?CreateNodes<TOptions>Provides a file pattern and function that retrieves configuration info from those files. e.g. { ’**/*.csproj’: buildProjectsFromCsProjFile }
createNodesV2?CreateNodes<TOptions>Provides a file pattern and function that retrieves configuration info from those files. e.g. { ’**/*.csproj’: buildProjectsFromCsProjFiles } Deprecated Prefer createNodes for new plugins
namestring-
postTasksExecution?PostTasksExecution<TOptions>Provides a function to run after the Nx runs tasks
preTasksExecution?PreTasksExecution<TOptions>Provides a function to run before the Nx runs tasks