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 (21 loc) • 543 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") %}
## Related Projects
{%= _.include("related-repos.md") %}
## Contributing
{%= _.contrib("contributing.md") %}
## Authors
{%= _.contrib("authors.md") %}
## License
{%= copyright %}
{%= license %}
***
{%= _.include("footer.md") %}