You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
176 B
4 lines
176 B
gen:
|
|
for lang in cpp-restsdk csharp go kotlin-client php python-nextgen ruby; do \
|
|
openapi-generator generate -i master.yaml -g $$lang -o ../master-clients/$$lang; \
|
|
done
|