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.
32 lines (23 loc) • 862 B
Markdown
> {%= description %}
{%= _.doc("docs-getting-started.md") %}
{%= _.doc("docs-options.md") %}
{%= _.doc("docs-examples.md") %}
In lieu of a forma
l 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.name) { %}
+ [github/{%= author.name %}]({%= author.name %})
+ [twitter/{%= author.name %}](http://twitter.com/{%= author.name %}){% } %}
{% if (changelog) { %}
{%= _.include("docs-changelog.md") %} {% } %}
{%= copyright %}
{%= license %}
***
_This file was generated by [grunt-readme](https://github.com/assemble/grunt-readme) on {%= grunt.template.date("fullDate") %}._