UNPKG

verb

Version:

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

18 lines (14 loc) 354 B
var verb = require('../'); /** * This example uses `html-comments.js` * in `./lib/plugins`. * * The plugin used regex to convert * HTML comments to valid Lo-Dash templates. */ var opts = { plugins: ['test/plugins/*.js'] }; var src = 'examples/templates/html-comments.md'; var dest = 'test/actual/html-comments.md'; verb.copy(src, dest, opts);