files-map
v1.1.13
Published
Create files according to JSON format
Downloads
5
Readme
files-map
Create files according to 'files.js'
install
npm install -g files-map
usage
1.创建目录结构
// files.js
module.exports = {
javascript : {
array : {
push: 'js',
pop: 'html'
},
string : {
replace : 'md',
match : 'md'
}
}
}
2.根据目录创建文件
#Create files according to files.js
files-map