UNPKG

yargs-file-commands

Version:

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

63 lines (32 loc) 869 B
# yargs-file-commands ## 0.0.20 ### Patch Changes - Add typesafe alternative method to declaring command modules. ## 0.0.18 ### Patch Changes - Improved debugging logging - fix windows bug ## 0.0.17 ### Patch Changes - Throw if a command exports unrecognized names, catches a lot of bugs. ## 0.0.15 ### Patch Changes - Throw if a command exports unrecognized names, catches a lot of bugs. ## 0.0.14 ### Patch Changes - More explicit exceptions when bad parameters are passed in ## 0.0.13 ### Patch Changes - Validate that provided command directories are aboslute ## 0.0.12 ### Patch Changes - More robust parameter checking and logging ## 0.0.11 ### Patch Changes - More explicit exceptions when bad parameters are passed in ## 0.0.10 ### Patch Changes - Improved debugging logging ## 0.0.9 ### Patch Changes - More robust debug messages