UNPKG

verb

Version:

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

10 lines (8 loc) 213 B
var verb = require('../'); /** * Changelog example. * Formatting is handled _by the changelog tag_. */ var src = 'examples/templates/changelog.md'; var dest = 'test/actual/changelog.md'; verb.copy(src, dest);