UNPKG

wbs-markdown

Version:

Work Breakdown Structure (WBS) in markdown format for software development projects.

5 lines (4 loc) 203 B
// This html plugin simply adds the config file as a global variables module.exports = function(html, config) { return '<script>var reportConfig = ' + JSON.stringify(config) + '</script>\n' + html; };