To start contributing, first you need to run in your own machine:
git clone git@github.com:sourcelevel/auto-formatter.git
cd auto-formatter
mix deps.get
mix test
To build escript
we use Mix
:
mix escript.build
This will generate a binary file under _build/autoformatter
.