Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 544 Bytes

.verb.md

File metadata and controls

34 lines (20 loc) · 544 Bytes

Usage

This plugin can be used in a verbfile.js or a globally installed verb generator.

var collections = require('{%= name %}');

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

Collections

Adds the following view collections to your verb app:

Renderable

Templates in these collections can be (automatically) rendered:

  • files

Layouts

Templates in these collections can be used as layouts:

  • layouts

Partials

Templates in these collections can be used as partials:

  • includes
  • badges
  • docs