UNPKG

nest-commander-schematics

Version:

A set of schematics for generating questions and commands with the NestJS CLI.

4 lines (3 loc) 177 B
import { Rule } from '@angular-devkit/schematics'; import { CommandOptions } from './command-options.interface'; export declare function command(options: CommandOptions): Rule;