UNPKG

1.72 kBMarkdownView Raw
1@anycli/plugin-legacy
2=====================
3
4converts older style plugins to be compatible with anycli
5
6[![Version](https://img.shields.io/npm/v/@anycli/plugin-legacy.svg)](https://npmjs.org/package/@anycli/plugin-legacy)
7[![CircleCI](https://circleci.com/gh/anycli/plugin-legacy/tree/master.svg?style=svg)](https://circleci.com/gh/anycli/plugin-legacy/tree/master)
8[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/anycli/plugin-legacy?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/plugin-legacy/branch/master)
9[![Codecov](https://codecov.io/gh/anycli/plugin-legacy/branch/master/graph/badge.svg)](https://codecov.io/gh/anycli/plugin-legacy)
10[![Greenkeeper](https://badges.greenkeeper.io/anycli/plugin-legacy.svg)](https://greenkeeper.io/)
11[![Known Vulnerabilities](https://snyk.io/test/npm/@anycli/plugin-legacy/badge.svg)](https://snyk.io/test/npm/@anycli/plugin-legacy)
12[![Downloads/week](https://img.shields.io/npm/dw/@anycli/plugin-legacy.svg)](https://npmjs.org/package/@anycli/plugin-legacy)
13[![License](https://img.shields.io/npm/l/@anycli/plugin-legacy.svg)](https://github.com/anycli/plugin-legacy/blob/master/package.json)
14
15<!-- install -->
16# Installing @anycli/plugin-legacy
17
18with yarn:
19```
20$ yarn global add @anycli/plugin-legacy
21```
22
23or with npm:
24```
25$ npm install -g @anycli/plugin-legacy
26```
27<!-- installstop -->
28<!-- usage -->
29# Usage
30
31```sh-session
32$ @anycli/plugin-legacy COMMAND
33running command...
34$ @anycli/plugin-legacy (-v|--version|version)
35@anycli/plugin-legacy/0.0.5 (linux-x64) node-v9.5.0
36$ @anycli/plugin-legacy --help [COMMAND]
37USAGE
38 $ @anycli/plugin-legacy COMMAND [OPTIONS]
39...
40```
41<!-- usagestop -->
42<!-- commands -->
43# Commands
44<!-- commandsstop -->