Alt-pods binding -- useful script
21 Apr 2021 | bro-gen binding robopods altpodsAlt-pods binding process includes time-consuming preparation activities like download binaries/copy/update versions etc. An attempt to automate these was made and messy scripts/dumpdeps.kts was born.
It automates following flow:
- gives instruction where to download framework to;
- deletes header files in
bro/
folder and copies new; - deletes
java/
folder with existing bindings; - invokes
bro-gen
script to perform binding; - tries to fetch version information from where possible;
- updates version information in pom.xml/readme files;
- can process multiple frameworks in multi-thread mode;
Also its kotlin-script, and it can be debugged in Idea.