# <%= moduleName %>
[![NPM version][npm-image]][npm-url] [![dependencies Status][daviddm-image]][daviddm-url] [![devDependencies Status][daviddm-dev-image]][daviddm-dev-url] [![codecov][codecov-image]][codecov-url] [![Build Status][travis-image]][travis-url]
> <%= moduleDescription %>

## Install
```bash
  $ npm install <%= moduleName %>
```
or
```bash
  $ yarn add <%= moduleName %>
```

## License
<%= license %> © [<%= authorName %>]()

[npm-image]: https://badge.fury.io/js/<%= repoName %>.svg
[npm-url]: https://npmjs.org/package/<%= repoName %>
[daviddm-image]: http://img.shields.io/david/<%= repoName %>.svg?style=flat-square
[daviddm-url]: https://david-dm.org/<%= repoName %>
[daviddm-dev-url]: https://david-dm.org/<%= repoName %>?type=dev
[daviddm-dev-image]: https://img.shields.io/david/dev/<%= repoName %>.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/<%= repoName %>.svg?style=flat-square
[travis-url]: https://travis-ci.org/<%= repoName %>
[codecov-url]: https://codecov.io/gh/<%= repoName %>
[codecov-image]: https://img.shields.io/codecov/c/github/<%= repoName %>.svg?style=flat-square
