https://github.com/posthog/posthog-plugin-starter-kit
A quick PostHog plugin starting point
https://github.com/posthog/posthog-plugin-starter-kit
javascript js plugin posthog
Last synced: about 1 year ago
JSON representation
A quick PostHog plugin starting point
- Host: GitHub
- URL: https://github.com/posthog/posthog-plugin-starter-kit
- Owner: PostHog
- License: mit
- Created: 2021-01-18T10:42:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T13:34:03.000Z (over 2 years ago)
- Last Synced: 2025-04-02T22:43:28.708Z (about 1 year ago)
- Topics: javascript, js, plugin, posthog
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostHog Plugin Starter Kit
[](https://opensource.org/licenses/MIT)
This is a PostHog plugin template.
The existing sample code adds property `"greeting"` to every event with a configurable value (default: `"Hello world!"`).
But that is just to help you get started! To make it your own:
- [ ] Add your code to `index.js`.
- [ ] Add your metadata and configuration schema to `plugin.json`.
- [ ] Search for `