mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 00:21:19 +00:00
7 lines
189 B
Bash
Executable File
7 lines
189 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run --rm \
|
|
-v ${PWD}:/local openapi-generator-jetbrains generate \
|
|
-i /local/apis/github/api.github.com.json \
|
|
-g jetbrains-http-client \
|
|
-o /local/apis/github/out |