samuelpordeus / typo_killer

qu'est que ce 🎶 – Killing typos with style (and Elixir!)
MIT License
39 stars 7 forks source link

Create a CLI with escript #12

Closed msramos closed 4 years ago

msramos commented 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