Convoy is bot engine. You can operate with rules like match, contains, starts_with, stem, catch_all. Re-define Convoy.Rules.init_rules to create your own rule set. See examples in the tests.
Duplicate Code Finder allows you to search for similar code blocks inside your project.
## Usage ```elixir iex -S mix DuplicateCodeFinder.show_similar(["lib", "config", "web"]) ```