Drone plugin for generating client libraries from a swagger spec.
633
Drone plugin for generating client libraries from a swagger spec.
Build the Docker image with the following commands:
docker build --rm=true -f Dockerfile -t plugins/swagger-codegen .
Execute from the working directory:
docker run --rm \
-e PLUGIN_SOURCE=./swagger.yml \
-e PLUGIN_LANGUAGE=javascript \
-e PLUGIN_TARGET=./client/javascript \
-v $(pwd):$(pwd) \
-w $(pwd) \
plugins/swagger-codegen --dry-run
Content type
Image
Digest
Size
67.9 MB
Last updated
about 5 years ago
docker pull abemedia/drone-swagger-codegen