README.md

# Veli

Data validation library for Elixir.

## Installation

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

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

## Documentation

Documentation is avaible at [HexDocs](https://hexdocs.pm/veli).

## Contributing

Please don't send any pull request to master branch.

You can report bugs or request features [here](https://github.com/cart96/veli/issues).

Always use `mix format` before sending a pull request.

## License

Released under the MIT License.