UNPKG

verb

Version:

Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.

8 lines (6 loc) 168 B
var verb = require('../'); verb.read('docs/README.tmpl.md', { verbose: true, filters: ['test/filters/*.js'] }); verb.verbose.warn('>> Task ran in verbose mode.');