UNPKG

verb

Version:

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

8 lines (6 loc) 200 B
var opts = { layouts: 'test/fixtures/html', includes: 'test/fixtures/html/includes/*.html', }; var verb = require('../'); verb.copy('examples/templates/_html.md', 'test/actual/html.html', opts);