Please checkout the successor: https://github.com/redhat-developer/kiota-wasm
This project uses Kiota in the browser to generate client SDKs for OpenAPI specs.
To build this project you need dotnet
version 7+ and the wasm-tools
:
dotnet workload install wasm-tools
The main Kiota project is supposed to be available as a sibling folder.
dotnet build --configuration Release
This repository is released on tag:
git fetch origin
git checkout origin/main
git tag <version>
git push origin <version>
and the CI will do the job.