Updated generator to transform lowerCamelCase operation names into idiomatic CLI kebab-case. This is useful for processing specs auto-generated from Spr**g MVC services.
(I have added a test but unsure if main_test.go is the right place - exporting Slug() in main.go feels icky but it also seems too small to add a new module. Please feel free to change as you like)
Updated generator to transform lowerCamelCase operation names into idiomatic CLI kebab-case. This is useful for processing specs auto-generated from Spr**g MVC services.
(I have added a test but unsure if main_test.go is the right place - exporting
Slug()
in main.go feels icky but it also seems too small to add a new module. Please feel free to change as you like)