BeamHomunculus
A bot framework for ErlangVM(beam)
Installation
If available in Hex, the package can be installed as:
-
Add
beam_homunculusto your list of dependencies inmix.exs:
```elixir
def deps do
[{:beam_homunculus, "~> 0.1.0"}]
end
```-
Ensure
beam_homunculusis 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