@posthog/plugin-scaffold
TypeScript icon, indicating that this package has built-in type declarations

1.6.0 • Public • Published

PostHog Plugin Scaffold

npm package MIT License

This project contains shared typescript types that PostHog plugin authors can use.

# if using yarn
yarn add --dev @posthog/plugin-scaffold

# if using npm
npm install --save-dev @posthog/plugin-scaffold

Then in your plugins:

import { PluginEvent, PluginInput, PluginMeta } from "@posthog/plugin-scaffold";

export function processEvent(event: PluginEvent, meta: PluginMeta<PluginInput>) {
    if (event.properties) {
        event.properties['hello'] = 'world'
    }
    return event
}

Releasing a new version

It's magic! Just bump up version in package.json on the main branch and the new version will be published automatically, on GitHub and on npm. Courtesy of GitHub Actions.

Questions?

Join our Slack community.

Readme

Keywords

none

Package Sidebar

Install

npm i @posthog/plugin-scaffold

Weekly Downloads

6,399

Version

1.6.0

License

MIT

Unpacked Size

38.3 kB

Total Files

19

Last publish

Collaborators

  • fraserhopper
  • manoelposthog
  • watilo
  • xavier-posthog
  • ben-posthog
  • twixes
  • fuziontech
  • mariusandra
  • timgl