UNPKG

@quadnix/octo-build

Version:

Octo-Build is a CLI tool to build Octo projects.

12 lines (11 loc) 315 B
import type { ArgumentsCamelCase, Argv } from 'yargs'; export declare const createAppCommand: { builder: (yargs: Argv) => Argv; command: string; describe: string; handler: (argv: ArgumentsCamelCase<{ template: string; name: string; path: string; }>) => Promise<void>; };