Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dummy-team/dummysay
- Owner: dummy-team
- Created: 2016-02-05T08:24:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T09:26:56.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T00:45:37.503Z (9 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 --helpUsage
dummysay
dummysay --maxLength 8
echo | dummysay```
## License
[BSD license](http://opensource.org/licenses/bsd-license.php)
Copyright (c) Google