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.

14 lines (8 loc) 713 B
To update these lists, from the root of the project run `node docs/repos && grunt`. ## Helpers 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(/}}/, '}}`') %} {% } %} {% }); %} {% _.each(repos, function(task) { %}{% if(/\b(grunt-(?:(?!(init|assemble|metadata|data))))\b/g.test(task.name)) { %} ### [{%= task.name %}]({%= task.url %}) [![NPM version](https://badge.fury.io/js/{%= task.name %}.png)](http://badge.fury.io/js/{%= task.name %}) > {%= task.description %} {% } %} {% }); %}