grunt-readme
Version:
Grunt plugin for generating a README from templates, including an optional table of contents. No Gruntfile config is necessary, just choose a starter template and you'll be ready to go.
28 lines (19 loc) • 875 B
Markdown
> {%= description %}
{%= _.doc("quickstart.md") %}
{%= _.doc("options.md") %}
{%= _.doc("examples.md") %}
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt][].
{% if (author.url) { %}
+ [github/{%= author.url %}]({%= author.url %})
+ [twitter/{%= author.url %}](http://twitter.com/{%= author.url %}){% } %}
{%= copyright %}
{%= license %}
***
_This file was generated by [grunt-readme](https://github.com/assemble/grunt-readme) on {%= grunt.template.date("fullDate") %}._