sign-bunny
Version:
A package to create a sign bunny character.
52 lines (32 loc) • 1.1 kB
Markdown
[](https://travis-ci.org/ryanbahniuk/sign-bunny)
> A package to create a sign bunny character.
| ̄ ̄ ̄ ̄ ̄ ̄|
| BEST |
| NPM |
| PACKAGE |
| EVER |
|______|
(\__/) ||
(•ㅅ•) ||
/ づ
Install via npm:
```sh
npm install sign-bunny
```
The `sign-bunny` module returns a function that takes a string and returns the sign bunny ASCII art as a new line separated string:
```js
var signBunny = require('sign-bunny');
var asciiArt = signBunny('Best NPM Package Ever');
```
You can also use the CLI `sign-bunny <string>`.
Pull requests are welcome. If you add functionality, then please add unit tests
to cover it. Continuous Integration is handled by [Travis](https://travis-ci.org/ryanbahniuk/sign-bunny "Travis").
MIT © Ryan Bahniuk
[]: https://travis-ci.org/ryanbahniuk/sign-bunny
[]: https://www.npmjs.com/package/sign-bunny