View Source CozyCase

Converts data between common naming conventions, such as snake case, kebab case, camel case and pascal case.

installation

Installation

Add cozy_case to the list of dependencies in mix.exs:

def deps do
  [
    {:cozy_case, version}
  ]
end

usage

Usage

For more information, see the documentation.

acknowledgments

Acknowledgments

This repo is forked from nurugger07/inflex.

license

License

Apache License 2.0