52 I was finally able to push something to arena_keeper again. The window generation script is now done. Now, if I need to create a new type of window I just type in
Code:
yarn run gen_window {window_name}
yarn run gen_routes
And I both get the minimum amount of code needed to create a window and it also generates the code that allows it to be opened and closed
I feel like this project wend from "I want to learn how to make something with WASM" into "I want to learn how to automate things that I need while working on a project" To be honest, I don't dislike it
It does mean that the readme.md file wend from simply "read how to install yew" to "read how to install yew, also install nodejs + yarn and then run these commands" but... that is acceptable I would say?