UNPKG

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.

6 lines (5 loc) 165 B
{% if (contributors) { %} ## Contributors {% contributors.forEach(function (contributors) { %} * [{%= contributors.name %}]({%= contributors.url %}){% }) %} {% } %}