UNPKG

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