BeamHomunculus

A bot framework for ErlangVM(beam)

Installation

If available in Hex, the package can be installed as:

  1. Add beam_homunculus to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:beam_homunculus, "~> 0.1.0"}]
end
```
  1. Ensure beam_homunculus is started before your application:
```elixir
def application do
  [applications: [:beam_homunculus]]
end
```

If published on Hexdocs, the docs can be found at https://hexdocs.pm/beam_homunculus