Command line interface to convert strings into any case
copied from cf-post-staging / ccaseccase is a command line utility for converting between string cases such as
snake_case, kebab-case, camelCase, PascalCase, Title Case, and many more.
It is built on top of the convert_case Rust library.