create-kn-demo
v0.0.5
Published
`npm install download-git-repo`
Downloads
2
Readme
download-git-repo
npm install download-git-repo
参数direct:https://gitee.com/xx/xxx.git:repo仓库地址
参数test:拷贝的目的文件夹,若当前路径下没有,会自动创建该文件夹
参数{clone: true}表示使用git clone进行下载,若为false,则直接下载zip等包,部分download-git-repo源码如下所示:
下载 get 仓库
inquirer 命令交互工具
安装
npm install inquirer
引入
const inquirer = require('inquirer');
commander
commander 是一个轻巧的 nodejs 模块,提供了用户命令行输入和参数解析强大功能
安装
npm install commander