# cumberbatch-name

> Get a Benedict Cumberbatch name.

Generates variants on *Benedict Cumberbatch* such as *Pepperduck Blubberpatch* or *Babychunk Dumpercatch*.


## Install

```
$ npm install --save cumberbatch-name
```


## Usage

```js
import cumberbatch from 'cumberbatch-name'

console.log(cumberbatch())
//=> 'Jellydrink Bumperface'
```


## API

### cumberbatch()

Type: `string`

Random Benedict Cumberbatch name.


## CLI

```console
$ npm install --global cumberbatch-name
```

```console
$ cumberbatch-name
Bendyduck Cucumberpants
$
```

## License

MIT © [Rich Trott](https://trott.github.io)

## Acknowledgments

* [Benedict Cumberbatch Name Generator](http://benedictcumberbatchgenerator.tumblr.com/)
* The code for [superb](https://github.com/sindresorhus/superb) served as a starting point
* I snagged word fragment ideas from [What's Your Benedict Cumberbatch Name?](http://www.buzzfeed.com/awesomer/whats-your-benedict-cumberbatch-name) as a starting point

### Word Fragments Contributed By

* [Rich Trott](https://github.com/Trott)
* [gökhan](https://github.com/goldenilkay92)
