NPM packages preperation

June 15, 2024

I’ve been preparing my visual programming system for publishing to npm. The codebase was already modular but I’ve split it up a bit more. But there are some dependencies that I want to change in the near future:

Currently the build proces uses NX and Vite, and publishing and versioning I do manually. I want to automate this in the future. Furthermore, I wonder if NX is the right tool for the job. I know there are alternatives like turbo and lazy-repo. I will investigate these in the future.