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) • 429 B
Markdown
# {%= name %} {%= _.badge("fury") %}
> {%= description %}
## Quickstart
{%= _.doc("quickstart.md") %}
## Options
{%= _.doc("options.md") %}
## Usage Examples
{%= _.doc("examples.md") %}
## Contributing
{%= _.contrib("contributing.md") %}
## Assemble plugins
{%= _.include("related-repos-list.md") %}
## Authors
{%= _.contrib("authors.md") %}
## License
{%= copyright %}
{%= license %}
***
{%= _.include("footer.md") %}