UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

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;