You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
examples | 3 years ago | |
scripts | 3 years ago | |
src | 3 years ago | |
.babelrc | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
.prettierrc | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
webpack.config.js | 3 years ago |
README.md
Platypush browser extension
This extension allows you to run Platypush commands on remote hosts as well as custom scripts, build custom actions as scripts that can access both the browser API and Platypush API, and attach hooks to events generated by remote Platypush systems.
Article on the motivations behind this extensions and some examples to get started: https://medium.com/@automationguru/one-browser-extension-to-rule-them-all-3118dc7f9c9b
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