ala-cli
Version:
aladdin develop utils
39 lines (30 loc) • 554 B
JavaScript
/**
*
* @file 工具文件
* @author chenrui09
* @date 2017/5/10
*
*/
module.exports = {
commandDir: './command',
commands: {
init: {
file: 'init'
},
add: {
file: 'add'
},
build: {
file: 'build'
},
server: {
file: 'server'
},
sync: {
file: 'sync'
},
test: {
file: 'test'
}
}
};