UNPKG

yargs-file-commands

Version:

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

7 lines (5 loc) 172 B
export const command = 'create [name]'; export const describe = 'Create something with a name'; export const handler = async () => { // Create command implementation };