Skip to content

Load plugin from github #581

Discussion options

You must be logged in to vote

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:

npm install -g https://github.com/Green-Software-Foundation/if-unofficial-plugins

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:
        ...
...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jmcook1186
Comment options

Answer selected by mr-loop-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants