clap-join
v2.0.0
Published
Adds clap-back any phrase given to it with 👏 emoji. Can be used in cli as 'clap this is my phrase'
Downloads
3
Readme
#Clap
Usage
clap "Why did you do this?"
# Output: Why👏did👏you👏do👏this?👏Use it in your code too!!!
const clap = require('clap');
console.log(clap('Why did you do this?'))
// Output: Why👏did👏you👏do👏this?👏Installation
For CLI
npm i -g clap-joinFor code
npm i clap-join