plugin-install-start
====================

A plugin that installs the start plugin

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/plugin-install-start.svg)](https://npmjs.org/package/plugin-install-start)
[![Downloads/week](https://img.shields.io/npm/dw/plugin-install-start.svg)](https://npmjs.org/package/plugin-install-start)
[![License](https://img.shields.io/npm/l/plugin-install-start.svg)](https://github.com/DigitalOptGroup/plugin-install-start/blob/master/package.json)

<!-- toc -->
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
# Usage
<!-- usage -->
```sh-session
$ npm install -g @digitaloptgroup/plugin-install-start
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@digitaloptgroup/plugin-install-start/0.0.1-devpreview-02 linux-x64 node-v10.14.2
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...
```
<!-- usagestop -->
# Commands
<!-- commands -->
* [`oclif-example start`](#oclif-example-start)

## `oclif-example start`

run a local server for development

```
USAGE
  $ oclif-example start

OPTIONS
  -p, --port=port
  -s, --script=script
```

_See code: [src/commands/start.ts](https://github.com/DigitalOptGroup/plugin-install-start/blob/v0.0.1-devpreview-02/src/commands/start.ts)_
<!-- commandsstop -->
