README.md

# Rewrite

An API for rewriting sources in an Elixir project. Powered by
[`sourceror`](https://github.com/doorgan/sourceror).

Documentation can be found at [https://hexdocs.pm/datix](https://hexdocs.pm/rewrite).

## Installation

The package can be installed by adding `rewrite` to your list of
dependencies in `mix.exs`:

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