verb-data

Verb plugin that adds commonly needed data to the context for rendering templates.

Usage no npm install needed!

<script type="module">
  import verbData from 'https://cdn.skypack.dev/verb-data';
</script>

README

verb-data NPM version Build Status

Verb plugin that adds includes, layouts, badges and docs template collections. Can be used with verb, assemble or generate, in a ___file.js, or a globally installed generator.

Install

Install with npm:

$ npm install verb-data --save

Usage

var collections = require('verb-data');

// register the plugin
app.use(collections());

Related projects

  • assemble: Assemble is a powerful, extendable and easy to use static site generator for node.js. Used… more | homepage
  • generate: Fast, composable, highly extendable project generator with a user-friendly and expressive API. | homepage
  • verb: Documentation generator for GitHub projects. Verb is extremely powerful, easy to use, and is used… more | homepage
  • verb-readme-generator: Generate your project's readme with verb. Requires verb v0.9.0 or higher. | homepage

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Building docs

Generate readme and API documentation with verb:

$ npm install verb && npm run docs

Or, if verb is installed globally:

$ verb

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Jon Schlinkert

License

Copyright © 2016 Jon Schlinkert Released under the MIT license.


This file was generated by verb, v0.9.0, on March 19, 2016.