UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 267 B
import { CommandModule } from 'yargs'; export interface AddOptions { packageSpecifier: string; updatePackageScripts?: boolean; verbose?: boolean; __overrides_unparsed__: string[]; } export declare const yargsAddCommand: CommandModule<{}, AddOptions>;