README.md

# Tent

An Elixir native microservice runtime for the kappa architecture. Simplify your infrastructure from code.

## Install

Add `tent'` to your list of dependencies in `mix.exs`

```elixir
def deps do
  [
    {:tent, "~> 0.0.1"}
  ]
end
```

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

`tent` is released under the [MIT license](./LICENSE)