UNPKG

verb-readme-includes

Version:

Template partials for Verb, the markdown documentation generator with zero-configuration required.

7 lines (5 loc) 814 B
Here are some related projects you might be interested in from the [Assemble](http://assemble.io) core team. ### [assemble](http://assemble.io) [![NPM version](https://badge.fury.io/js/assemble.png)](http://badge.fury.io/js/assemble) > Static site generator for Node.js, Grunt.js, and Yeoman. Used by H5BP/Effeckt, Topcoat, Web Experience Toolkit, and hundreds of other projects to build sites, themes, components, documentation, blogs and gh-pages. {% _.each(repos, function(task) { %}{% if(/\b(grunt-(?:(?!(init|assemble|metadata|data|example))))\b/g.test(task.name) && task.name.indexOf(shortname) === -1) { %} {%= n %} ### [{%= task.name %}]({%= task.url %}) [![NPM version](https://badge.fury.io/js/{%= task.name %}.png)](http://badge.fury.io/js/{%= task.name %}) > {%= task.description %} {% } %} {% }); %}