https://github.com/michalmuskala/manager_supervisor
https://github.com/michalmuskala/manager_supervisor
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalmuskala/manager_supervisor
- Owner: michalmuskala
- Created: 2018-04-19T11:40:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T00:34:28.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T10:41:18.067Z (7 months ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ManagerSupervisor
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `manager_supervisor` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:manager_supervisor, "~> 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/manager_supervisor](https://hexdocs.pm/manager_supervisor).