iwestlin / pronounce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:iwestlin/pronounce.git && cd pronounce
  • edit package.json:
  "bin": {
    "whatever-cmd-you-like": "./bin/pronounce"
  }
  • run npm link to add whatever-cmd-you-like to PATH

license

MIT

About


Languages

Language:JavaScript 100.0%