---
username: jonschlinkert
org: assemble
---
# {%= name %} {%= _.badge('fury') %} {%= _.badge('travis') %}

> {%= description %}

[Documentation →](./DOCS.md) | [Examples →](./EXAMPLES.md)

Please [report any bugs or feature requests](https://github.com/{%= org %}/{%= name %}/issues/new), thanks!

## Quickstart
{%= _.doc("docs-quickstart.md") %}

## Example README template
{%= _.doc("docs-example.md") %}

## Contributing
Please see the [Contributing to {%= name %}]({%= homepage %}/blob/master/CONTRIBUTING.md) guide for information on contributing to this project.

## 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)_
{% } %}

## Author

+ [github.com/{%= username %}](https://github.com/{%= username %})
+ [twitter.com/{%= username %}](http://twitter.com/{%= username %})

## License
{%= copyright %}
{%= license %}

***

_This file was generated by [grunt-readme](https://github.com/assemble/grunt-readme) on {%= grunt.template.date("fullDate") %}._


[grunt]: http://gruntjs.com/
[Getting Started]: https://github.com/gruntjs/grunt/blob/devel/docs/getting_started.md
[package.json]: https://npmjs.org/doc/json.html
