Skip to content

lasseebert/validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
```elixir
def deps do
  [{:validation, "~> 0.1.0"}]
end
```
  1. Ensure validation is started before your application:
```elixir
def application do
  [applications: [:validation]]
end
```

Usage

Usage goes here...

Releases

No releases published

Packages

No packages published

Languages