Current section
Files
Jump to
Current section
Files
rebar3_efmt
README.md
README.md
rebar3_efmt
===========
[](https://hex.pm/packages/rebar3_efmt)
[](LICENSE)
Erlang Code Formatter
Build
-----
$ rebar3 compile
Use
---
Add the plugin to your rebar config:
{plugins, [rebar3_efmt]}.
Then just call your plugin directly in an existing application:
$ rebar3 efmt
===> Fetching efmt
===> Compiling efmt
<Plugin Output>