README.md
# Rewrite
[](https://hex.pm/packages/rewrite)
[](https://github.com/hrzndhrn/rewrite/actions)
[](https://github.com/hrzndhrn//blob/main/LICENSE.md)
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/rewrite](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, "~> 1.0"}
]
end
```