An open API service indexing awesome lists of open source software.

https://github.com/digitaloptimizationgroup/plugin-install-start


https://github.com/digitaloptimizationgroup/plugin-install-start

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

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)

* [Usage](#usage)
* [Commands](#commands)

# 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
...
```

# 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)_