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.
- Host: GitHub
- URL: https://github.com/ikeikeikeike/chexes
- Owner: ikeikeikeike
- License: mit
- Created: 2017-01-07T01:16:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T12:09:13.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T21:14:10.489Z (5 months ago)
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```