README.md

# Maestro

This library is under active development. There are a lot of names and code organization that will change as we approach a proper release.

[![Build Status](https://travis-ci.org/toniqsystems/maestro.svg?branch=master)](https://travis-ci.org/toniqsystems/maestro)

## Installation

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

```elixir
def deps do
  [{:maestro, "~> 0.1"}]
end
```