README.md

# Jigsaw

A GUI frontend to manage the data processing engine from [`jig`](https://github.com/fremantle-industries/jig)

## Installation

Add `jigsaw` to your list of dependencies in `mix.exs`

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

## Help Wanted :)

If you think this `jigsaw` thing might be worthwhile and you don't see a feature
we would love your contributions to add them! Feel free to drop us an email or open 
a Github issue.

## Authors

* [Alex Kwiatkowski](https://github.com/rupurt) - alex+git@fremantle.io

## License

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