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.
26 lines (17 loc) • 432 B
Markdown
# {%= name %} {%= _.badge("fury") %} {%= _.badge("travis") %}
> {%= description %}
## Getting Started
{%= _.include("docs-getting-started.md") %}
## Options
{%= _.include("docs-options.md") %}
## Usage Examples
{%= _.include("docs-examples.md") %}
## Contributing
{%= _.include("docs-contributing.md") %}
## Authors
{%= _.contrib("authors.md") %}
## License
{%= copyright %}
{%= license %}
***
{%= _.include("footer.md") %}