Skip to content

qu'est que ce 🎶 – Killing typos with style (and Elixir!)

License

Notifications You must be signed in to change notification settings

samuelpordeus/typo_killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typo Killer

qu'est que ce

CI badge

Building

With elixir installed, open typo_killer folder and use the following commands on your terminal:

mix deps.get
mix compile

Simple Usage

Using iex

Open an iex session:

iex -S mix

Then just: TypoKiller.find_typos("path/to/folder")

Using mix

Just run mix typo_killer path/to/folder

Creating a binary

This will create a self contained executable file which will include everything that you need to run TypoKiller. This file can be distributed to other people and they don't need to have an Erlang runtime installed - it's all in the binary file.

To create it, run:

mix escript.build

This will generate an executable file bin/typokiller. Now run ./bin/typokiller --help for more information.

Installing on a POSIX system

$ make
$ sudo make install

Then you can use it like:

$ typokiller --help

Typo Killer on the wild

Are you using Typo Killer on big repos? Send a PR adding it here! 🙂

Documentation

You can generate the documentation using command mix docs

Contributing

Feel free to suggest some new features or report bugs creating a new issue. Or even better, you can open a pull request! 😄

About

qu'est que ce 🎶 – Killing typos with style (and Elixir!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published