Category: typescript
-
Updating AonyxBuddyVT
I had taken a break for university when developing AonyxBuddyVT. My goal now, is to get the ball rolling again. The largest change will be a transition from node command line application to a Tauri UI application, to create a more friendly user interface. It will also mean some major refactoring. This would mean: I…
-
New Utility Package
After rewriting my utils script for typescript one too many times, I finally decided to move my shared logic between NPM packages onto a public package! This package is likely to share a lot of logic with other packages, but the difference is… this one is mine. I added some Result Type I found myself…