pre.hn/README.md

22 lines
457 B
Markdown
Raw Normal View History

2025-01-10 22:30:05 +00:00
# Lain
2023-09-18 18:21:59 +00:00
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
2025-01-10 22:30:05 +00:00
by adding `lain` to your list of dependencies in `mix.exs`:
2023-09-18 18:21:59 +00:00
```elixir
def deps do
[
2025-01-10 22:30:05 +00:00
{:lain, "~> 0.1.0"}
2023-09-18 18:21:59 +00:00
]
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
2025-01-10 22:30:05 +00:00
be found at <https://hexdocs.pm/lain>.
2023-09-18 18:21:59 +00:00