UNPKG

verb

Version:

A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, 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.');