UNPKG

@schemifyjs/cli

Version:
4 lines (3 loc) 212 B
import { CLIFlags, TemplateType } from '@schemifyjs/types'; import { NewCommand } from './new.executor.js'; export declare function createNewCommand(template: TemplateType, flags: CLIFlags): Promise<NewCommand>;