@jeefo/command

0.0.3 • Public • Published

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 ?

Package Sidebar

Install

npm i @jeefo/command

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

67.4 kB

Total Files

32

Last publish

Collaborators

  • jeefo