Initialized Elixir project

This commit is contained in:
2025-12-14 20:22:05 +02:00
commit d450229356
7 changed files with 104 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# NeonVertigoService
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `service` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:service, "~> 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/service>.