QuickChex
TODO: Add description
Installation
If available in Hex, the package can be installed as:
-
Add
quick_chexto your list of dependencies inmix.exs:
```elixir
def deps do
[{:quick_chex, "~> 0.0.1"}]
end
```-
Ensure
quick_chexis started before your application:
```elixir
def application do
[applications: [:quick_chex]]
end
```