README.md

# CozyCase

[![CI](https://github.com/cozy-elixir/cozy_case/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/cozy_case/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/cozy_case.svg)](https://hex.pm/packages/cozy_case)

Converts data between common multiple-word identifier formats, 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).

## License

Apache License 2.0