greeting-cli
v1.0.3
Published
A cli tool to say hi
Readme
greeting CLI
A cli tool to greet to anyone
Intallation
$ npm i -g greeting-cliUsage
If this is your firt time of using. Please make sure to restart your terminal to try.
- Default
// input
$ greet
// output
$ Hello world!- Add
--nameflag
// input
$ greet --name Andyyy
// output
$ Hello Andyyy!- or use minimun
-nflag
// input
$ greet -n Andy
// output
$ Hello Andy!About
Auther
- Feel free to follow me on GitHub and LiveCoding
- Want to know me more? Visit my page

