0.0.1 • Published 4 years ago
posthog-helloworld-plugin v0.0.1
helloworldplugin
Posthog hello world plugin. Use it as a base for your own plugins!
Setup via PostHog
- Find the "plugins" page in PostHog
- Either select the plugin from the list or copy the URL of this repository to install
Setup via CLI
- Install posthog-cli
- Install this plugin:
posthog plugin install helloworldplugin
- 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"
}
}
}
- Run PostHog