hexios
Version:
A haystacks based API testing automation plugin used for building API testing automation frameworks, wrapper for the axios library.
18 lines • 414 B
JSON
{
"source": {
"include": ["src"],
"includePattern": ".js$",
"excludePattern": "{node_modules/|Documentation}"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
},
"opts": {
"recurse": true,
"destination": "./src/resources/documentation",
"template": "./node_modules/jsdoc/templates/default",
"readme": "./readme.md"
}
}