0.0.1 • Published 3 years ago

@mariusandra/helloworldplugin v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

helloworldplugin

Posthog hello world plugin. Use it as a base for your own plugins!

Setup via PostHog

  1. Find the "plugins" page in PostHog
  2. Either select the plugin from the list or copy the URL of this repository to install

Setup via CLI

  1. Install posthog-cli
  2. Install this plugin: posthog plugin install helloworldplugin
  3. Either use the plugins interface or edit posthog.json and add the required config variables:
{
    "name": "helloworldplugin",
    "url": "https://github.com/PostHog/helloworldplugin",
    "global": {
        "enabled": true,
        "config": {
            "bar": "foo"
        }
    }
}
  1. Run PostHog

Questions?

Join our Slack community.