UNPKG

@nestjs/cli

Version:

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

10 lines (9 loc) 326 B
import { Command } from 'commander'; import { AbstractCommand } from './abstract.command.js'; export declare class GenerateCommand extends AbstractCommand { load(program: Command): Promise<void>; private buildDescription; private buildSchematicsListAsTable; private getCollection; private getSchematics; }