0.0.7 • Published 3 years ago
@posthog/taxonomy-plugin v0.0.7
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