https://github.com/digitaloptimizationgroup/plugin-install-start
https://github.com/digitaloptimizationgroup/plugin-install-start
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/digitaloptimizationgroup/plugin-install-start
- Owner: DigitalOptimizationGroup
- Created: 2019-06-22T22:19:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T22:20:01.000Z (over 6 years ago)
- Last Synced: 2025-01-21T08:31:52.804Z (about 1 year ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
plugin-install-start
====================
A plugin that installs the start plugin
[](https://oclif.io)
[](https://npmjs.org/package/plugin-install-start)
[](https://npmjs.org/package/plugin-install-start)
[](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)_