UNPKG

@nx/plugin

Version:

This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.

5 lines (4 loc) 100 B
export interface PluginLintChecksGeneratorSchema { projectName: string; skipFormat?: boolean; }