I started a small personal project to play with provisioning VPS or some VMs using JS for shell scripting instead of bash,
many things I do leave as bash command as it looks ok, but I really love using JS when complex things are needed.
For start I am using Bun, as it does have a lot included, I am just bit annoyed it is 100MB binary. I still love using it, but I am on lookout for thinner JS runtime. I was looking to creating something like yavascript with quickjs as basis, but luckily bumped into this project, and I see a lot of effort has been done and it has a lot of stuff covered.
I even use bun build to generate binary for certain scripts so I can distribute it more easily. This use case would benefit a lot from size difference yavascript provides.
This project in a way already does the bundling, so I am interested in trying to making custom builds, but it would be much more easy if done by providing a binary that can be repackaged.
... just some thought, anyway thanks for building this. Hope I can make nice use of it in the future.
I started a small personal project to play with provisioning VPS or some VMs using JS for shell scripting instead of bash,
many things I do leave as bash command as it looks ok, but I really love using JS when complex things are needed.
For start I am using Bun, as it does have a lot included, I am just bit annoyed it is 100MB binary. I still love using it, but I am on lookout for thinner JS runtime. I was looking to creating something like yavascript with quickjs as basis, but luckily bumped into this project, and I see a lot of effort has been done and it has a lot of stuff covered.
I even use bun build to generate binary for certain scripts so I can distribute it more easily. This use case would benefit a lot from size difference yavascript provides.
This project in a way already does the bundling, so I am interested in trying to making custom builds, but it would be much more easy if done by providing a binary that can be repackaged.
... just some thought, anyway thanks for building this. Hope I can make nice use of it in the future.