README.md

# Typeri

TypeScript type generation from [`Peri`](https://hexdocs.pm/peri) schemas.

Find documentation at [HexDocs](https://hexdocs.pm/typeri)

## Installation

Add `typeri` to your list of dependencies in `mix.exs`:

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