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.
7 lines (4 loc) • 390 B
Markdown
A listing of each plugin and the current version included in this package is listed below.
{% _.each(repos, function(plugin) { %}{% if(/\bhelper\b/g.test(plugin.name)) { %}
+ [{%= plugin.name %}]({%= plugin.url %}): {%= plugin.description.replace(/\{\{/, '`\{\{').replace(/}}/, '}}`') %} {% } %} {% }); %}
To update this list, from the root of the project run `node docs/repos && grunt`.