pronounce
v1.0.3
Published
pronounce word in command line
Downloads
4
Readme
pronounce
description
pronounce word in command line.
usage
$ pronounce hello world
install
$ npm i -g pronounce
have fun!
If you want another name instead of pronounce
you can manual install:
git clone [email protected]:iwestlin/pronounce.git
&&cd pronounce
- edit
package.json
:
"bin": {
"whatever-cmd-you-like": "./bin/pronounce"
}
- run
npm link
to addwhatever-cmd-you-like
to PATH
license
MIT