UNPKG

sangja

Version:

JavaScript data structures library

14 lines (13 loc) 326 B
// "doc": "rm -rf doc; jsdoc src/ README.md -r -t node_modules/docdash/ -d doc", module.exports = { plugins: ['plugins/markdown'], source: { include: ['./src/', './README.md'], }, opts: { template: "./node_modules/ink-docstrap/template/", destination: "./doc/", recurse: true, sort: false, }, };