---
username: GoldCome
---
# {%= name %} [![NPM version](https://badge.fury.io/js/{%= name %}.png)](http://badge.fury.io/js/{%= name %}) {% if (travis) { %} [![Build Status](https://travis-ci.org/{%= username %}/{%= name %}.png)](https://travis-ci.org/{%= username %}/{%= name %}){% } %} [![依赖模块状态](https://david-dm.org/{%= username %}/{%= name %}.png)](http://david-dm.org/{%= username %}/{%= name %})
> {%= description %}

## Table of Contents
{%= toc %}

## Quickstart
{%= _.doc("quickstart.md") %}

## Options
{%= _.doc("options.md") %}

## Usage Examples
{%= _.doc("examples.md") %}

## Author
**GoldCome**

+ Github： https://github.com/{%= username %}
+ Blog：http://www.gdcome.com
+ QQ/Email: 363359243@qq.com

## Release History
{% if (changelog) {
  _.each(changelog, function(details, version) {
    var date = details.date;
    if (date instanceof Date) {
      date = grunt.template.date(new Date(date.getTime() + date.getTimezoneOffset() * 60000), 'yyyy-mm-dd');
    }
    print('\n * ' + [
      date,
      version,
      details.changes.join(' '),
    ].join('\u2003\u2003\u2003'));
  });
} else { %}
_(Nothing yet)_
{% } %}

## License
{%= copyright %}
{%= license %}

***

_This file was generated on {%= grunt.template.date("fullDate") %}._