UNPKG

verb

Version:

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

10 lines (8 loc) 226 B
var verb = require('../'); /** * Release history example. * All formatting is done in the templates. */ var src = 'examples/templates/release-history.md'; var dest = 'test/actual/release-history.md'; verb.copy(src, dest);