ncc

Compile a Node.js project into a single executable file

brewmacoslinux
Try with needOr install directly
Source

About

Compile a Node.js project into a single file

Commands

ncc

Examples

Compile a Node.js script into a single bundle$ ncc build index.js
Compile and output to a specific directory$ ncc build src/main.js -o dist
Compile with source maps for debugging$ ncc build index.js -s