ku-wzp-cli
v1.0.0
Published
<!-- 自定义指令集合 --> <!-- 需要在终端运行指令npm install commander,然后在相应页面导入: const program = require('commander'); -->
Readme
/* commander :参数解析 --help其实就借助了他~ 解析用户输入的命令 inquirer :交互式命令行工具,有他就可以实现命令行的选择功能 download-git-repo :拉取GitHub上的文件 chalk :帮我们在控制台中画出各种各样的颜色 ora:小图标 (loading、succeed、warn等) metalsmith :读取所有文件,实现模板渲染 consolidate :统一模板引擎 ssh2-sftp-client:sftp客户端,用于与ftp服务器建立连接,传输文件 */
