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.
27 lines (18 loc) • 701 B
Markdown
# {%= name %} {%= _.badge("fury") %} {%= _.badge("travis") %}
> {%= description %}
## Getting Started
{%= _.doc("quickstart.md") %}
## Options
{%= _.doc("options.md") %}
## Contributing
{%= _.contrib("contributing.md") %}
## Author
{%= _.contrib("authors.md") %}
## Related
+ [helpers](https://github.com/helpers): some great handlebars helpers that we decided not to include in the [handlebars-helpers](https://github.com/assemble/handlebars-helpers) project, most likely because the code footprint was too big or the helper wasn't generic enough.
{%= _.include("relate-repos-list.md") %}
## License
{%= copyright %}
{%= license %}
***
{%= _.include("footer.md") %}