say.js

1.4.0 • Public • Published

say.js

installation: $ npm install say.js

Development

> say = require('say.js').dev

Production

> say = require('say.js').prod

Usage

node> say("what up")

Additional Ops ( available in 1.4.0 on npm)

node> say('Hello, World!').color('green');
+ [ Hello, World! ]
 
node> say('Hello, World!').color('red');
 
- [ Hello, World! ]

/say.js/

    Package Sidebar

    Install

    npm i say.js

    Weekly Downloads

    2

    Version

    1.4.0

    License

    MIT

    Unpacked Size

    3.96 kB

    Total Files

    7

    Last publish

    Collaborators

    • djoq