jeefo_command
v0.0.20
Published
Node module designed for create new command line tools. It will be parse user arguments and execute desired commands with options.
Downloads
2
Readme
jeefo_command
A library or node module designed for create new command line tools. It will be parse user arguments and execute desired commands with options.
Install
npm i jeefo_command
or yarn add jeefo_command
Available option types
All type names are case insensitive.
- string
- bool, boolean
- number
- Enum, enumaretion
- file, FilePath
- dir, directory, DirectoryPath
Docs
Coming soon. This time it will come I promise xD