https://github.com/posthog/taxonomy-plugin
Standardize your event names into a single pattern.
https://github.com/posthog/taxonomy-plugin
Last synced: 9 months ago
JSON representation
Standardize your event names into a single pattern.
- Host: GitHub
- URL: https://github.com/posthog/taxonomy-plugin
- Owner: PostHog
- License: mit
- Created: 2021-02-05T16:00:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:48:35.000Z (over 1 year ago)
- Last Synced: 2025-04-02T22:43:29.947Z (9 months ago)
- Language: JavaScript
- Homepage: https://posthog.com/plugins/taxonomy-standardizer
- Size: 79.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taxonomy Plugin
Standardize your event names into a single pattern by converting all event names that don't match the pattern to the selected pattern.
## Supported Patterns
The plugin can convert from any of these to all the others:
* Camel Case: `helloThereWorld`
* Pascal Case: `HelloThereWorld`
* Snake Case: `hello_there_world`
* Kebab Case: `hello-there-world`
* Spaces: `hello there world`