UNPKG

verb-readme-includes

Version:

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

37 lines (23 loc) 994 B
# verb-readme-includes [![NPM version](https://badge.fury.io/js/verb-readme-includes.svg)](http://badge.fury.io/js/verb-readme-includes) > Template partials for Verb, the markdown documentation generator with zero-configuration required. [verb](https://github.com/assemble/verb) and [generator-verb](https://github.com/assemble/generator-verb) depend on this library. ## Install with [npm](npmjs.org) ```bash npm i verb-readme-includes --save-dev ``` ## Usage Any template from this library can be included in another template using the `{%= include() %}` tag. **Example** ```js // add installation instructions to a readme, like those above {%= include('install-npm') %} ``` ## Author **Jon Schlinkert** + [github/assemble](https://github.com/assemble) + [twitter/assemble](http://twitter.com/assemble) ## License Copyright (c) 2014-2015 Jon Schlinkert Released under the MIT license *** _This file was generated by [verb](https://github.com/assemble/verb) on February 20, 2015._