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());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:
includesbadgesdocs