README.md

# Exsm

[![Build Status](https://travis-ci.org/sakshamgupta05/exsm.svg?branch=master)](https://travis-ci.org/sakshamgupta05/exsm)
[![Coverage Status](https://coveralls.io/repos/github/sakshamgupta05/exsm/badge.svg?branch=master)](https://coveralls.io/github/sakshamgupta05/exsm?branch=master)

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exsm` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:exsm, "~> 0.2"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/exsm](https://hexdocs.pm/exsm).

## Credits

* [Machinery](https://github.com/joaomdmoura/machinery) - State machine thin layer for structs