README.md

# CozyCase

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

## Installation

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

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

## Usage

For more information, see the [documentation](https://hexdocs.pm/cozy_case/CozyCase.html).

## Acknowledgments

This repo is forked from [nurugger07/inflex](https://github.com/nurugger07/inflex).

## License

Apache License 2.0