Closed msramos closed 4 years ago
This PR introduces a very simple and basic CLI so users can run typo killer without the need to have elixir or erlang installed. Escript takes care of everything.
First, create the executable:
mix escript.build
Now you can run it:
./bin/typokiller run --path ~/git/my_project
Fixes #2
This PR introduces a very simple and basic CLI so users can run typo killer without the need to have elixir or erlang installed. Escript takes care of everything.
First, create the executable:
Now you can run it:
Fixes #2