mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-16 12:19:09 +00:00
* 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 317f2cf2a0.
* 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"
|