https://github.com/helti/helti-cli
download file,node,request
https://github.com/helti/helti-cli
Last synced: 10 months ago
JSON representation
download file,node,request
- Host: GitHub
- URL: https://github.com/helti/helti-cli
- Owner: HelTi
- Created: 2019-01-31T02:18:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T14:43:42.000Z (about 7 years ago)
- Last Synced: 2024-08-08T18:56:50.835Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## helti-cli
### 使用
> npm install helti-cli -g
### helti-cli down (下载网络文件,默认存放文件夹 download)
```shell
## 下载网络文件
helti-cli down ##url必须加上http或者https协议
## --dir 指定文件存放位置
helti-cli down --dir
## --name 对文件进行自定义命名
helti-cli down --name
```
### example
```shell
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仓库)
```shell
helti-cli create ## 项目文件夹名称
```

- vue (vue-cli 2.x 官方模版)
- webpack-m-pages webpack多页配置模版)