README.md

# Single

[![Package](https://img.shields.io/badge/-Package-important)](https://hex.pm/packages/single) [![Documentation](https://img.shields.io/badge/-Documentation-blueviolet)](https://hexdocs.pm/single)

Runs supervised, singleton processes within an Erlang cluster.

## Installation

The package can be installed by adding `single` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:single, "~> 0.2.0"}
  ]
end
```

## Usage

TODO

## Alternatives

TODO