https://github.com/cblavier/elixir_kata
Exercising elixir
https://github.com/cblavier/elixir_kata
Last synced: about 1 year ago
JSON representation
Exercising elixir
- Host: GitHub
- URL: https://github.com/cblavier/elixir_kata
- Owner: cblavier
- Created: 2019-11-19T10:27:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T11:05:34.000Z (over 6 years ago)
- Last Synced: 2025-06-10T23:03:49.015Z (about 1 year ago)
- Language: Elixir
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElixirKata
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_kata` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elixir_kata, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/elixir_kata](https://hexdocs.pm/elixir_kata).