An open API service indexing awesome lists of open source software.

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.

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`