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

https://github.com/benchlab/houston-plugin-update

Houston Plugin For Updating Installed Plugins
https://github.com/benchlab/houston-plugin-update

Last synced: 7 days ago
JSON representation

Houston Plugin For Updating Installed Plugins

Awesome Lists containing this project

README

          

@benchlab/houston-plugin-update
====================

[![Version](https://img.shields.io/npm/v/@benchlab/houston-plugin-update.svg)](https://npmjs.org/package/@benchlab/houston-plugin-update)
[![CircleCI](https://circleci.com/gh/benchlab/plugin-update/tree/master.svg?style=shield)](https://circleci.com/gh/benchlab/plugin-update/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/benchlab/plugin-update?branch=master&svg=true)](https://ci.appveyor.com/project/lyndon/plugin-update/branch/master)
[![Codecov](https://codecov.io/gh/benchlab/plugin-update/branch/master/graph/badge.svg)](https://codecov.io/gh/benchlab/plugin-update)
[![Downloads/week](https://img.shields.io/npm/dw/@benchlab/houston-plugin-update.svg)](https://npmjs.org/package/@benchlab/houston-plugin-update)
[![License](https://img.shields.io/npm/l/@benchlab/houston-plugin-update.svg)](https://github.com/benchlab/plugin-update/blob/master/package.json)

### To utilize this library, please go to the [Lyndon Repository](https://github.com/benchlab/lyndon)

* [Usage](#usage)
* [Guidances](#guidances)

# Usage

```sh-session
$ npm install -g houston-plugin-update
$ lyndon-example GUIDANCE
Communicating with Houston......
$ lyndon-example (-v|--version|version)
houston-plugin-update/0.3.0 darwin-x64 node-v8.11.1
$ lyndon-example --help [GUIDANCE]
USAGE
$ lyndon-example GUIDANCE
...
```

# Guidances

* [`lyndon-example update [CHANNEL]`](#lyndon-example-update-channel)

## `lyndon-example update [CHANNEL]`

update the lyndon-example HOUSTON

```
USAGE
$ lyndon-example update [CHANNEL]
```

_See code: [src/guidances/update.ts](https://github.com/benchlab/houston-plugin-update/blob/v0.3.0/src/guidances/update.ts)_