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.
27 lines (18 loc) • 2.71 kB
Markdown
## Related Projects
You might also be interested in these other plugins from the Assemble core team:
### [assemble-contrib-anchors](https://github.com/assemble/assemble-contrib-anchors) [](http://badge.fury.io/js/assemble-contrib-anchors)
> Assemble plugin for creating anchor tags from generated html.
### [assemble-contrib-contextual](https://github.com/assemble/assemble-contrib-contextual) [](http://badge.fury.io/js/assemble-contrib-contextual)
> Generates a JSON file containing the context of each page. Basic plugin to help see what's happening in the build.
### [assemble-contrib-lunr](https://github.com/assemble/assemble-contrib-lunr) [](http://badge.fury.io/js/assemble-contrib-lunr)
> Assemble plugin for creating a search engine within your static site using lunr.js.
### [assemble-contrib-markdown](https://github.com/assemble/assemble-contrib-markdown) [](http://badge.fury.io/js/assemble-contrib-markdown)
> Convert markdown files to HTML using marked.js. This plugin is an alternative to Assemble's markdown Handlebars helpers. Both are useful in different scenarios.
### [assemble-contrib-permalinks](https://github.com/assemble/assemble-contrib-permalinks) [](http://badge.fury.io/js/assemble-contrib-permalinks)
> Permalinks plugin for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.
### [assemble-contrib-rss](https://github.com/assemble/assemble-contrib-rss) [](http://badge.fury.io/js/assemble-contrib-rss)
> Plugin for creating RSS feeds with Assemble, the static site generator for Node.js, Grunt.js and Yeoman.
### [assemble-contrib-sitemap](https://github.com/assemble/assemble-contrib-sitemap) [](http://badge.fury.io/js/assemble-contrib-sitemap)
> Sitemap generator plugin for Assemble
### [assemble-contrib-toc](https://github.com/assemble/assemble-contrib-toc) [](http://badge.fury.io/js/assemble-contrib-toc)
> Create a table of contents in the generated HTML, using Cheerio.js