Extension for interacting with Platypush instances from a browser
Go to file
Fabio Manganiello 569453eaad Added example Gist 2020-07-05 01:24:29 +02:00
example@d33857d7e1 Added example Gist 2020-07-05 01:24:29 +02:00
scripts First commit 2020-06-22 01:37:28 +02:00
src Refactored action.run method 2020-07-05 00:56:03 +02:00
.babelrc First commit 2020-06-22 01:37:28 +02:00
.eslintrc.js First commit 2020-06-22 01:37:28 +02:00
.gitignore Removed LINT warnings 2020-07-01 17:41:00 +02:00
.gitmodules Added example Gist 2020-07-05 01:24:29 +02:00
.prettierrc First commit 2020-06-22 01:37:28 +02:00
LICENSE Initial commit 2020-06-22 01:36:03 +02:00
README.md Replaced create-zip.sh with pure npm command 2020-06-26 01:21:06 +02:00
package-lock.json Bumped version 0.1.4 -> 0.1.5 2020-07-04 00:58:57 +02:00
package.json Bumped version 0.1.4 -> 0.1.5 2020-07-04 00:58:57 +02:00
webpack.config.js Major refactor and implemented communication with active tab through content script 2020-06-24 01:17:58 +02:00

README.md

Platypush browser extension

This extension allows you to run Platypush commands on remote hosts as well as custom scripts, and attach hooks to events generated by remote Platypush systems.

Installation

Install the dependencies:

npm install

Dev installation (requires npm+Vue cli tools):

npm run build:dev

Production installation (requires npm):

npm run build

Generate the extension .zip file:

npm run build-zip