Projekt

Obecné

Profil

Stáhnout (151 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 5e80d91e Lukáš Vlček
#!/bin/bash
2
rm -rf api 
3
npx @openapitools/openapi-generator-cli generate \
4
   -i http://localhost:8080/v3/api-docs \
5
   -g typescript-axios \
6
   -o api