hnunezz / CLI-dummy

Simple Node CLI Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI-dummy

Simple Node CLI Example

Usage

node {file}.js <-flags> <--options[=value]>

Example:

  • node cli-dummy.js
  • node cli-dummy.js help
  • node cli-dummy.js hello
  • node cli-dummy.js hello -a
  • node cli-dummy.js hello --to={name}
  • node cli-dummy.js hello -a --to={name} */

About

Simple Node CLI Example


Languages

Language:JavaScript 100.0%