Projekt

Obecné

Profil

Stáhnout (163 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
#!/bin/bash
2
rm -rf api 
3
npx @openapitools/openapi-generator-cli generate \
4
   -i http://localhost:5241/swagger/v1/swagger.json \
5
   -g typescript-axios \
6
   -o api
(6-6/12)