Extension for interacting with Platypush instances from a browser
Go to file
Fabio Manganiello 2c281d0fd0 Fixed version number 2020-06-22 01:37:34 +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 Added README draft 2020-06-22 01:37:33 +02:00
package-lock.json Added support for categories 2020-06-22 01:37:34 +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

Default installation (requires npm):

npm run build

Dev installation (requires npm+Vue cli tools):

npm run build:dev