UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

8 lines (7 loc) 155 B
export interface AddCommandContext { library: string; dryRun: boolean; skipInstall: boolean; project?: string; extraFlags: string[]; }