% if (!center) { %># <%= moduleName %>
[](https://www.npmjs.com/package/<%= moduleName %>)
[](http://opensource.org/licenses/MIT)
[](https://github.com/<%= githubUsername %>/<%= moduleName %>/issues)<% if (travis) { %>
[](https://travis-ci.org/<%= githubUsername %>/<%= moduleName %>)<% } %><% if (coveralls) { %>
[](https://coveralls.io/github/<%= githubUsername %>/<%= moduleName %>)<% } %><% if (commitizen) { %>
[](http://commitizen.github.io/cz-cli/)<% } %>
<%= moduleDescription %>
<% } else { %><%= moduleName %>
<% if (travis) { %>
<% } %>
<% if (coveralls) { %>
<% } %>
<% if (commitizen) { %>
<% } %>
<%= moduleDescription %>
<% } %> ## Features // TODO ## Install ```sh npm install <%= moduleName %> ``` ## Usage ```sh // TODO ``` ## Author <%= name %> <%= email %> <%= website %> ## License - **MIT** : http://opensource.org/licenses/MIT ## Contributing Contributions are highly welcome!<% if (commitizen) { %> This repo is commitizen friendly — please read about it [here](http://commitizen.github.io/cz-cli/).<% } %>