Packages

Fawkes is a system for building chatbots.

Current section

Files

Jump to
fawkes README.md
Raw

README.md

# Fawkes
Fawkes is a system for building chatbots.
Docs: [https://hexdocs.pm/fawkes](https://hexdocs.pm/fawkes).
## Installation
```elixir
def deps do
[
{:fawkes, "~> 0.1.0"}
]
end
```