UNPKG

idt

Version:

Integration Develop Tool For Django Template、PHP Smarty、Java Velocity、Java Freemarker

17 lines (10 loc) 216 B
/** * 分发命令 */ module.exports = { ws: require( './ws' ), build: require( './build' ), ceconfig: require( './ceconfig' ), install: require( './install' ), bat: require( './bat' ) };