ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
860 stars 126 forks source link

Add bun.js #1413

Open p0358 opened 9 months ago

p0358 commented 9 months ago

Bun is a new and more lightweight/faster alternative to node.js which recently got stable 1.0 release, it has built-in TypeScript support and package manager, so it might be cool to include it as scripting dependency as a nicer alternative than Node.js.

It does already have darwin-aarch64 builds, so perhaps it wouldn't be too painful to do so...