clap-cli
It just puts claps between words.
Installation
npm install -g clap-cli
The only command:
clap wow thats really cool> wow 👏 thats 👏 really 👏 cool
or you can pipe stdin:
echo "wow thats really cool" | clap> wow 👏 thats 👏 really 👏 cool
It just puts claps between words.
Installation
npm install -g clap-cli
The only command:
clap wow thats really cool> wow 👏 thats 👏 really 👏 cool
or you can pipe stdin:
echo "wow thats really cool" | clap> wow 👏 thats 👏 really 👏 cool
3
1.1.1
ISC