Skip to content

Commit 6d1edc1

Browse files
authored
Update README.md
1 parent a770c61 commit 6d1edc1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hello World – a PostHog Plugin
1+
# PostHog Plugin Starter Kit: Hello World
22

33
[![npm package](https://img.shields.io/npm/v/posthog-plugin-hello-world?style=flat-square)](https://www.npmjs.com/package/posthog-plugin-hello-world)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT)
@@ -7,12 +7,7 @@ This is an exemplary PostHog plugin. It adds property `"greeting"` to every even
77

88
Feel free to use it as a base for your own plugins!
99

10-
## Goodies included
11-
12-
- TypeScript for best reliability and development experience
13-
- Jest for convenient testing
14-
- Prettier and ESLint for code style and best practices – both handled by pre-commit hooks
15-
- GitHub Actions set up to run code quality and functionality tests in pull requests, and also to publish a new npm release when the package version is incremented in `main` (the latter requires an automation type npm access token to be set with a repo secret `NPM_TOKEN`)
10+
Want something with batteries included? Check out [PostHog Plugin Advanced Kit](https://github.com/PostHog/posthog-plugin-advanced-kit) – TypeScript, Jest, Prettier, ESLint.
1611

1712
## Installation
1813

0 commit comments

Comments
 (0)