spinscale / cookiecutter-elasticsearch-ingest-processor

A cookiecutter template for an elasticsearch ingest processor plugin
47 stars 21 forks source link

Add camel case support for ClassName #1

Closed johtani closed 7 years ago

johtani commented 8 years ago

If we set the processor_type like "date_index_name", this template create"Date_index_nameProcessor". We should use camel case for class name.

spinscale commented 7 years ago

I added support for dashes in the meantime, so you should call your processor date-index-name and all will be fine.

I dont intend to add more types of writing to not make it more complex than needed (i.e. require one more input when running the cookiecutter script).