This commit is contained in:
Schrottkatze 2024-07-09 19:45:47 +02:00
commit 56766487d9
No known key found for this signature in database
7 changed files with 603 additions and 0 deletions

6
justfile Normal file
View file

@ -0,0 +1,6 @@
set shell := ["nu", "-c"]
generate-openapi:
rm -fr ./geofox-openapi
openapi-generator-cli generate -o geofox-openapi -i https://gti.geofox.de/v3/api-docs/public -g rust
open geofox-openapi/Cargo.toml | upsert package.version { "0.1.0" } | upsert package.name { "geofomx" } | save geofox-openapi/Cargo.toml -f