lasseebert / validation

Validation library for Elixir
https://github.com/lasseebert/validation
14 stars 1 forks source link

Validation

Validation library in Elixir inspired by dry-validation.

This is a WIP and the name of the library may change.

Installation

If available in Hex, the package can be installed as:

  1. Add validation to your list of dependencies in mix.exs:

    def deps do
      [{:validation, "~> 0.1.0"}]
    end
  2. Ensure validation is started before your application:

    def application do
      [applications: [:validation]]
    end

Usage

Usage goes here...