Extension for interacting with Platypush instances from a browser
Go to file
Fabio Manganiello 7feb972715 Support for editing actions and scripts 2020-06-29 20:26:58 +02:00
scripts First commit 2020-06-22 01:37:28 +02:00
src Support for editing actions and scripts 2020-06-29 20:26:58 +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 Added Mercury parser capabilities 2020-06-26 21:49:29 +02:00
package.json Added Mercury parser capabilities 2020-06-26 21:49:29 +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