Projekt

Obecné

Profil

Stáhnout (151 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
#!/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
(6-6/11)