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.

10 lines (9 loc) 209 B
export interface Schema { path: string; name?: string; description?: string; unitTestRunner: 'jest' | 'vitest' | 'none'; includeHasher: boolean; skipLintChecks?: boolean; skipFormat?: boolean; }