UNPKG

390 BMarkdownView Raw
1# merry-plugin-dl
2
3> Plugin for [@merryjs/cli](https://github.com/merryjs/cli)
4> download and extract files use download
5
6## Installation
7
8### Install the cli `npm install -g @merryjs/cli` if you have installed you can skip this.
9
10### Install plugin in your current workspace
11
12```sh
13npm i merry-plugin-dl --save-dev # or
14yarn add merry-plugin-dl --dev
15```
16
17## Usage
18
19```sh
20merry dl -h
21```