Skip to content

Latest commit

 

History

History

template

# <%- name %>

[![build status](https://img.shields.io/travis/com/<%- repo.replace('https://github.com/', '') %>.svg)](https://travis-ci.com/<%- repo.replace('https://github.com/', '') %>)
[![code coverage](https://img.shields.io/codecov/c/github/<%- repo.replace('https://github.com/', '') %>.svg)](https://codecov.io/gh/<%- repo.replace('https://github.com/', '') %>)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/<%- repo.replace('https://github.com/', '') %>.svg)](LICENSE)
<% if (public) { %>[![npm downloads](https://img.shields.io/npm/dt/<%= name %>.svg)](https://npm.im/<%= name %>)<% } %>

> <%- description %>

## Table of Contents


## Install

[npm][]:

```sh
npm install <%- name %>
```

[yarn][]:

```sh
yarn add <%- name %>
```


## Usage

```js
const <%- this.uppercamelcase(name) %> = require('<%- name %>');

const <%- this.camelcase(name) %> = new <%- this.uppercamelcase(name)%>();

console.log(<%- this.camelcase(name) %>.renderName());
// script
```


## Contributors


## License


##

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/