Let it be extensible (#112)

This commit is contained in:
Vitalii Elenhaupt 2019-07-18 13:53:04 +03:00 committed by GitHub
parent b868d88a85
commit 276fc4409f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

7
bin/ameba.cr Normal file
View file

@ -0,0 +1,7 @@
# Require ameba cli which starts the inspection.
require "ameba/cli"
# Require ameba extensions here which are added as project dependencies.
# Example:
#
# require "ameba-performance"