UNPKG

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