generator-antd-custom
Version:
generator-antd-custom脚手架,快速搭建新项目
26 lines (22 loc) • 711 B
JavaScript
/**
* cfe help
* 帮助命令
*/
module.exports = async function() {
const msg = `
==========================================
cfe 使用帮助: $ cfe [command]
$ cfe init [name]
$ cfe start
$ cfe build [env]
$ cfe update
$ cfe -v
$ cfe version
$ cfe -h
$ cfe help
==========================================
[]
[]
`
console.log(msg)
}