1.1.0 • Published 4 years ago

@txtony/node-command-sample v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago


Sample project as template if you need to generate new command for nodeJs. npm i @txtony/node-command-sample

  • type hello in your console => display hello world in console
  • type hello -h in your console => display help
  • type hello -t in your console => display hello world in console and display current time