jeluard / bitbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An experimental fat binary bundler leveraging Node.js single-executable-applications (or SEA) feature. It packages a complete node project (including node_modules) as a tar.gz that is embedded in a binary. At runtime, the project is uncompressed and executed.

Only supports OSX and linux. Requires Node.JS v21.7+.

To test:

node src/index.js example
./bitbox-buid/example

About


Languages

Language:JavaScript 100.0%