UNPKG

verb

Version:

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

9 lines 211 B
module.exports = [ '## API\n\n', '> <%= name %> methods\n\n', '<% _.forEach(data, function(fn) { %>', '### <%= fn %>\n', 'Type: `undefined`\n\n', 'Default: `undefined`\n\n', '<% }); %>' ].join('');