Extension for interacting with Platypush instances from a browser
Go to file
Fabio Manganiello 0b10209b72 Fixed package-lock and README 2020-06-22 01:49:53 +02:00
scripts First commit 2020-06-22 01:37:28 +02:00
src Added support for categories 2020-06-22 01:37:34 +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 Fixed package-lock and README 2020-06-22 01:49:53 +02:00
create_zip.sh Added create_zip.sh script 2020-06-22 01:37:34 +02:00
package-lock.json Fixed package-lock and README 2020-06-22 01:49:53 +02:00
package.json Fixed version number 2020-06-22 01:37:34 +02:00
webpack.config.js Implemented command run 2020-06-22 01:37:29 +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:

./create_zip.sh