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.
30 lines (19 loc) • 514 B
Markdown
{{{%= shortname %}}} [](http://badge.fury.io/js/helper-{%= name %})
{%= description %}
# Quickstart
{%= _.doc("quickstart.md") %}
# Options
{%= _.doc("options.md") %}
# Usage Examples
{%= _.doc("examples.md") %}
# Contributing
{%= _.contrib("authors.md") %}
# Related projects
{%= _.include("related-repos.md") %}
# Author
{%= _.contrib("authors.md") %}
# License
{%= copyright %}
{%= license %}
***
{%= _.include("footer.md") %}