<%= pjson.name %> <%= '='.repeat(pjson.name.length) %> <%= pjson.description %> [![Version](https://img.shields.io/npm/v/<%= pjson.name %>.svg)](https://npmjs.org/package/<%= pjson.name %>) [![CircleCI](https://circleci.com/gh/<%= pjson.repository %>/tree/master.svg?style=svg)](https://circleci.com/gh/<%= pjson.repository %>/tree/master) [![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/<%= pjson.repository %>?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/<%= pjson.repository.split('/').pop() %>/branch/master) [![Codecov](https://codecov.io/gh/<%= pjson.repository %>/branch/master/graph/badge.svg)](https://codecov.io/gh/<%= pjson.repository %>) [![Greenkeeper](https://badges.greenkeeper.io/<%= pjson.repository %>.svg)](https://greenkeeper.io/) [![Known Vulnerabilities](https://snyk.io/test/npm/<%= pjson.name %>/badge.svg)](https://snyk.io/test/npm/<%= pjson.name %>) [![Downloads/week](https://img.shields.io/npm/dw/<%= pjson.name %>.svg)](https://npmjs.org/package/<%= pjson.name %>) [![License](https://img.shields.io/npm/l/<%= pjson.name %>.svg)](https://github.com/<%= pjson.repository %>/blob/master/package.json)