Package Exports
- yosay
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yosay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
yosay 
Tell Yeoman what to say
Install
$ npm install --save yosay
Usage
var yosay = require('yosay');
yosay('Hello, and welcome to my fantastic generator full of whimsy and bubble gum!');
/*
_-----_
| | .--------------------------.
|--(o)--| | Hello, and welcome to my |
`---------´ | fantastic generator full |
( _´U`_ ) | of whimsy and bubble |
/___A___\ | gum! |
| ~ | '--------------------------'
__'.___.'__
´ ` |° ´ Y `
*/
CLI
$ npm install --global yosay
$ yosay --help
Usage
$ yosay <string>
$ yosay <string> --maxLength 8
$ echo <string> | yosay
Example
$ yosay "Sindre is a horse"
_-----_
| | .--------------------------.
|--(o)--| | Sindre is a horse |
`---------´ '--------------------------'
( _´U`_ )
/___A___\
| ~ |
__'.___.'__
´ ` |° ´ Y `
License
BSD license Copyright (c) Google