node-pluginsmanager-plugin-terminals
A plugin to manage terminals and execute command lines for node-pluginsmanager
Installation
$ git clone git://github.com/Psychopoulet/node-pluginsmanager-plugin-terminals.git
Features
- inheritable parent for node-pluginsmanager's plugin to use distant command line
- open & close terminals
- use command line in the terminals
- get instant push returns
OpenAPI documentation
See "events" to know the push events The events respect the WebSockets node-pluginsmanager-plugin conventions
{
"plugin": "node-pluginsmanager-plugin-terminals";
"command": string;
"data"?: any;
}
Tests
$ git clone git://github.com/Psychopoulet/node-pluginsmanager-plugin-terminals.git
$ cd ./node-pluginsmanager-plugin-terminals
$ npm install
$ npm run-script tests