Load plugin from github #581
-
I was reading this page https://if.greensoftware.foundation/users/how-to-import-plugins in the docs and noticed that there is some way that plugins can be loaded directly from a github repo of a user. For example, if I want to load the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Readme for https://github.com/Green-Software-Foundation/if-plugin-template has some good information on this. You still need an npm install but you use the github repo path instead of a package name:
Then the manifest should be set like: name: plugin-demo-git
description: loads plugin
tags: null
initialize:
plugins:
teads-aws:
method: TeadsAWS
path: https://github.com/Green-Software-Foundation/if-unofficial-plugins
global-config:
...
... |
Beta Was this translation helpful? Give feedback.
The Readme for https://github.com/Green-Software-Foundation/if-plugin-template has some good information on this. You still need an npm install but you use the github repo path instead of a package name:
Then the manifest should be set like: