@vensst/export-file
Version:
导出excel、pdf和图片
22 lines (21 loc) • 373 B
JSON
{
"source": {
"include": [
"package.json",
"README.md",
"./src"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/docdash"
}
}