Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brinobruno/elixir-ex-mon
https://github.com/brinobruno/elixir-ex-mon
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/brinobruno/elixir-ex-mon
- Owner: brinobruno
- Created: 2024-10-22T01:28:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:48:13.000Z (3 months ago)
- Last Synced: 2025-01-06T18:18:52.181Z (9 days ago)
- Language: Elixir
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExMon
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_mon` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ex_mon, "~> 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/ex_mon](https://hexdocs.pm/ex_mon).