Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dummy-team/dummysay

A talking dummy
https://github.com/dummy-team/dummysay

Last synced: 29 days ago
JSON representation

A talking dummy

Awesome Lists containing this project

README

        

# Dummy say

> Tell The dummy what to say

Made from [yosay](https://github.com/yeoman/yosay)

## Install

```
$ npm install --save dummysay
```

## Usage

```js
var dummysay = require('dummysay');

console.log(dummysay('Hello, and welcome to my fantastic generator full of whimsy and bubble gum!'));

/*

|¯¨´ `¨¯| .-----------------------.
\ ` ´ / | This script |
\ ` ´ / | will output |
' `´ ' | something like this |
/ ´ ` \ | dummy-team.github.io |
| dummy `| '-----------------------'
`~------~´

*/
```

*You can style your text with [chalk](https://github.com/sindresorhus/chalk) before passing it to `dummysay`.*

## CLI

```
$ npm install --global dummysay
```

```
$ dummysay --help

Usage
dummysay
dummysay --maxLength 8
echo | dummysay

```

## License

[BSD license](http://opensource.org/licenses/bsd-license.php)
Copyright (c) Google