jacksonbenete / erlf

Erlang code formatter tool based on erlang/sourcer. Can be called from CLI or used inside another program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlf

Erlang code formatter.

The code formatter engine is erlang/sourcer, and it's distributed complied to erlang/sourcer license.

Build

$ rebar3 escriptize

Run

$ _build/default/bin/erlf FILENAME

The formatter will run on FILENAME and save the formated result again on FILENAME. A backup of the original file can be found as $$FILENAME.

TODO

  • merge with text editor. (under development)
  • study the possibility to create own code formatter instead of using erlang/sourcer.

About

Erlang code formatter tool based on erlang/sourcer. Can be called from CLI or used inside another program.

License:Apache License 2.0


Languages

Language:Erlang 100.0%