setup
This commit is contained in:
parent
b01898888e
commit
56766487d9
7 changed files with 603 additions and 0 deletions
6
justfile
Normal file
6
justfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue