Files
casebot/README.md
T

22 lines
469 B
Markdown
Raw Normal View History

2026-08-15 23:08:36 -05:00
# Casebot
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `casebot` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:casebot, "~> 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/casebot>.
2026-08-16 04:06:41 +00:00