Extension for interacting with Platypush instances from a browser
Go to file
Fabio Manganiello 33ad318bd3 Bumped version 0.1.3 -> 0.1.4 2020-06-30 18:22:09 +02:00
scripts First commit 2020-06-22 01:37:28 +02:00
src Bumped version 0.1.3 -> 0.1.4 2020-06-30 18:22:09 +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 Split options page into components 2020-06-22 01:37: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.3 -> 0.1.4 2020-06-30 18:22:09 +02:00
package.json Bumped version 0.1.3 -> 0.1.4 2020-06-30 18:22:09 +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