@semo/cli
Version:
11 lines • 478 B
TypeScript
import { ArgvExtraOptions } from '@semo/core';
import { Argv } from 'yargs';
export declare const plugin = "semo";
export declare const command = "create <name> [repo] [branch]";
export declare const aliases = "c";
export declare const desc = "Create a new project from specific repo";
export declare const builder: (yargs: Argv) => void;
export declare const handler: (argv: ArgvExtraOptions & {
[key: string]: any;
}) => Promise<void>;
//# sourceMappingURL=create.d.ts.map