README.md

# ConvCase
[![Build Status](https://travis-ci.org/hrzndhrn/conv_case.svg?branch=master)](https://travis-ci.org/hrzndhrn/conv_case)
[![Coverage Status](https://coveralls.io/repos/github/hrzndhrn/conv_case/badge.svg?branch=master)](https://coveralls.io/github/hrzndhrn/conv_case?branch=master)
[![Hex.pm](https://img.shields.io/hexpm/v/conv_case.svg)](https://hex.pm/packages/conv_case)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A library to convert strings, atoms and map keys between `camelCase`,
`snake_case` and `kebab-case`.

## Installation

The package can be installed by adding `conv_case` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
  [
    {:conv_case, "~> 0.1.0"}
  ]
end
```

Documentation can be found at https://hexdocs.pm/conv_case.