mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Let it be extensible (#112)
This commit is contained in:
parent
b868d88a85
commit
276fc4409f
4 changed files with 12 additions and 2 deletions
7
bin/ameba.cr
Normal file
7
bin/ameba.cr
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue