UNPKG

@nx/nest

Version:

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.

8 lines (6 loc) 173 B
import { UnitTestRunner } from '../utils'; export interface InitGeneratorOptions { skipFormat?: boolean; skipPackageJson?: boolean; keepExistingVersions?: boolean; }