helti-cli
v0.3.1
Published
download file, git clone repository
Downloads
3
Maintainers
Readme
helti-cli
使用
npm install helti-cli -g
helti-cli down (下载网络文件,默认存放文件夹 download)
## 下载网络文件
helti-cli down <url> ##url必须加上http或者https协议
## --dir 指定文件存放位置
helti-cli down --dir <foldername> <url>
## --name 对文件进行自定义命名
helti-cli down --name <filename> <url>
example
helti-cli down https://cdn.bootcss.com/vue/2.6.10/vue.js
helti-cli down --dir my https://cdn.bootcss.com/vue/2.6.10/vue.js
helti-cli down --name v https://cdn.bootcss.com/vue/2.6.10/vue.js
helti-cli create
快速生成项目模版(模版基于git仓库)
helti-cli create <dir> ## <dir>项目文件夹名称
- vue (vue-cli 2.x 官方模版)
- webpack-m-pages webpack多页配置模版)