nisemono
Version:
Pretty simple test double library
17 lines (16 loc) • 329 B
JSON
{
"source": {
"include": ["README.md", "index.js", "src/"],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "node_modules/docdash",
"destination": "./doc/"
},
"docdash": {
"static": true,
"sort": false
}
}