# <%= project.name %>

[![Build Status](https://travis-ci.org/<%= githubUser %>/<%= project.sanitizeName %>.svg)](https://travis-ci.org/<%= githubUser %>/<%= project.sanitizeName %>)
[![Coverage Status](https://img.shields.io/coveralls/<%= githubUser %>/<%= project.sanitizeName %>.svg)](https://coveralls.io/github/<%= githubUser %>/<%= project.sanitizeName %>)
[![Dependencies Status](https://david-dm.org/<%= githubUser %>/<%= project.sanitizeName %>.svg)](https://david-dm.org/<%= githubUser %>/<%= project.sanitizeName %>)
[![devDependencies Status](https://david-dm.org/<%= githubUser %>/<%= project.sanitizeName %>/dev-status.svg)](https://david-dm.org/<%= githubUser %>/<%= project.sanitizeName %>#info=devDependencies)
[![NPM Downloads](https://img.shields.io/npm/dt/<%= project.sanitizeName %>.svg)](https://www.npmjs.com/package/<%= project.sanitizeName %>)
[![Github Release](https://img.shields.io/github/release/<%= githubUser %>/<%= project.sanitizeName %>.svg)](https://github.com/<%= githubUser %>/<%= project.sanitizeName %>/releases)
[![Github Issues](https://img.shields.io/github/issues/<%= githubUser %>/<%= project.sanitizeName %>.svg)](https://github.com/<%= githubUser %>/<%= project.sanitizeName %>/issues)
[![Github License](https://img.shields.io/github/license/<%= githubUser %>/<%= project.sanitizeName %>.svg)](https://raw.githubusercontent.com/<%= githubUser %>/<%= project.sanitizeName %>/master/LICENSE.md)

<%= project.description %>

## Table of Contents

* [Features](#features)
* [Folder Structure](#folder-structure)
* [Dependencies](#dependencies)
* [Installation](#installation)
* [Running](#running)
* [Contributing](#contributing)
* [Credits](#credits)
* [License](#license)

## Features

* {List all the project features}

## Folder Structure

```
./
├───┐
│   ├─
│   │
│   └─
│      │
│      ├─
│      │
│      └─
├──
└──
```

## Dependencies

{List the project dependencies}

## Installation
```sh
$ npm install
```

## Running
```sh
$ gulp --compile
```

## Contributing

[See how to contribute](CONTRIBUTING.md).

## Credits

{Write credits}

## License

<%= project.name %> is released under the terms of the [<%= license %>](LICENSE).