UNPKG

verb

Version:

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

13 lines (10 loc) 376 B
/** * Verb <https://github.com/assemble/verb> * Generate markdown documentation for GitHub projects. * * Copyright (c) 2014 Jon Schlinkert, Brian Woodward, contributors. * Licensed under the MIT license. */ var verb = require('../'); verb.read('docs/README.tmpl.md', {verbose: true, filters: ['test/filters/*.js']}); verb.verbose.warn('>> Task ran in verbose mode.');