An API for rewriting sources in an Elixir project. Powered by sourceror.


License
MIT

Documentation

Rewrite

Hex.pm: version GitHub: CI status License: MIT

An API for rewriting sources in an Elixir project. Powered by sourceror.

Documentation can be found at https://hexdocs.pm/rewrite.

Installation

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

def deps do
  [
    {:rewrite, "~> 0.9"}
  ]
end