forked from loafle/openapi-generator-original
* add crytsal client generator * update samples * update doc * regenerate spec * regenerate spec * various fixes * test crystal in circleci * test crystal client in drone ci * Revert "test crystal client in drone ci" This reverts commit 317f2cf2a09f902c08ced214e8e5802fa79c3de8. * fix install * fix installation * test crystal in travis * cache image * add --cache-from * update doc * run petstore with mvn * install crystal * fix install crystal * sudo mvn * run server * using mvnw * fix form or body parameter * remove crystal from circleci * fix test * remove cache-from * update doc
8 lines
186 B
Crystal
8 lines
186 B
Crystal
# Require ameba cli which starts the inspection.
|
|
require "ameba/cli"
|
|
|
|
# Require ameba extensions here which are added as project dependencies.
|
|
# Example:
|
|
#
|
|
# require "ameba-performance"
|