An open API service indexing awesome lists of open source software.

https://github.com/ikeikeikeike/chexes

Blank checker which is such a commonly protocol implementation.
https://github.com/ikeikeikeike/chexes

Last synced: 3 months ago
JSON representation

Blank checker which is such a commonly protocol implementation.

Awesome Lists containing this project

README

        

# Chexes

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

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

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

2. Ensure `chexes` is started before your application:

```elixir
def application do
[applications: [:chexes]]
end
```