Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 402 Bytes

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