platypush/platypush/plugins/http/webpage/manifest.yaml

26 lines
383 B
YAML

manifest:
events: {}
install:
apk:
- sudo
- nodejs
- npm
apt:
- sudo
- nodejs
- npm
dnf:
- sudo
- nodejs
- npm
pacman:
- sudo
- nodejs
- npm
pip:
- weasyprint
after:
- sudo npm install -g @postlight/mercury-parser
package: platypush.plugins.http.webpage
type: plugin