UNPKG
build-file-or-folder
Version:
latest (1.0.0)
1.0.0
根据配置文件的要求生成文件或文件夹(多个)
github.com/github-zhang/build-file-or-folder
github-zhang/build-file-or-folder
build-file-or-folder
/
conf.json
9 lines
•
142 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"basepath"
:
""
,
"dirStructure"
:
{
"js"
:
[
"index.js"
]
,
"css"
:
[
"index.css"
]
,
"img"
:
null
,
"html"
:
[
"index.html"
]
}
}