Converts data between common multiple-word identifier formats, such as snake case, kebab case, camel case and pascal case.
Add cozy_case
to the list of dependencies in mix.exs
:
def deps do
[
{:cozy_case, "~> <version>"}
]
end
For more information, see the documentation.
This repo is forked from nurugger07/inflex.
Apache License 2.0