0.0.3 • Published 5 years ago

@jeefo/command v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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.

  1. string
  2. bool, boolean
  3. number
  4. Enum, enumaretion
  5. file, FilePath
  6. dir, directory, DirectoryPath

Docs

Sorry no docs. Please try to read example/hello_world.js. Try to run

$ node example/hello_world.js ?