UNPKG

verb

Version:

A project without documentation is like a project that doesn't exist. Verb solves this by making it dead simple to generate docs, 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);