UNPKG

yargs-file-commands

Version:

A yargs helper function that lets you define your commands structure via directory and file naming conventions.

4 lines (3 loc) 163 B
export declare const command = "create [name]"; export declare const describe = "Create something with a name"; export declare const handler: () => Promise<void>;