An open API service indexing awesome lists of open source software.

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

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 ## 项目文件夹名称
```

![](image/20190514221404.jpg)

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