@jeefo/command
v0.0.3
Published
Node module designed for create a new command line interface. It will be parse user arguments and execute desired commands with desired options.
Downloads
6
Maintainers
Readme
jeefo_command
NodeJS library designed for create a new command line interface. It will be parse user arguments and execute desired commands with desired options.
Install
npm i jeefo_command
Available option types
All type names are case insensitive.
- string
- bool, boolean
- number
- Enum, enumaretion
- file, FilePath
- dir, directory, DirectoryPath
Docs
Sorry no docs. Please try to read example/hello_world.js. Try to run
$ node example/hello_world.js ?