Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoblu/meshblu-connector-shell
Meshblu Connector for remotely executing commands on your computer
https://github.com/octoblu/meshblu-connector-shell
Last synced: 25 days ago
JSON representation
Meshblu Connector for remotely executing commands on your computer
- Host: GitHub
- URL: https://github.com/octoblu/meshblu-connector-shell
- Owner: octoblu
- License: mit
- Created: 2016-05-31T21:26:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T01:10:26.000Z (over 8 years ago)
- Last Synced: 2024-12-06T15:49:04.226Z (about 1 month ago)
- Language: CoffeeScript
- Homepage: https://meshblu-connectors.readme.io
- Size: 32.2 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meshblu-connector-shell
[![Build Status](https://travis-ci.org/octoblu/meshblu-connector-shell.svg?branch=master)](https://travis-ci.org/octoblu/meshblu-connector-shell)
[![Test Coverage](https://codecov.io/gh/octoblu/meshblu-connector-shell/branch/master/graph/badge.svg)](https://codecov.io/gh/octoblu/meshblu-connector-shell)
[![Dependency status](http://img.shields.io/david/octoblu/meshblu-connector-shell.svg?style=flat)](https://david-dm.org/octoblu/meshblu-connector-shell)
[![devDependency Status](http://img.shields.io/david/dev/octoblu/meshblu-connector-shell.svg?style=flat)](https://david-dm.org/octoblu/meshblu-connector-shell#info=devDependencies)
[![Slack Status](http://community-slack.octoblu.com/badge.svg)](http://community-slack.octoblu.com)[![NPM](https://nodei.co/npm/meshblu-connector-shell.svg?style=flat)](https://npmjs.org/package/meshblu-connector-shell)
[![Dependency status](http://img.shields.io/david/octoblu/meshblu-connector-shell.svg?style=flat)](https://david-dm.org/octoblu/meshblu-connector-shell)## Installing
```bash
$ npm install meshblu-connector-shell
```### Usage
```bash
$ npm start
```or with debug
```bash
$ env DEBUG='meshblu-connector-shell*' npm start
```### Releasing
```bash
$ npm run package
```## Example
This is how to have your shell read off some text with a scary voice...
![alt text](http://i.imgur.com/M4zYc0t.png)
![alt text](http://i.imgur.com/ANICRTJ.png)## License
The MIT License (MIT)
Copyright 2016 Octoblu Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.