bia
Version:
a tool for download git repository
18 lines (16 loc) • 361 B
JavaScript
/*
* @Author: hzxulin@yeah.net
* @Date: 2018-02-01 14:04:04
* @Last Modified by: hzxulin@yeah.net
* @Last Modified time: 2018-11-21 21:23:16
*/
const utils = require('./utils')
module.exports = (opts) => {
switch (opts) {
case 'default':
default: {
utils.startLocalServer(opts.port)
break
}
}
}