Compile a Node.js project into a single executable file
Compile a Node.js project into a single file
ncc
$ ncc build index.js
$ ncc build src/main.js -o dist
$ ncc build index.js -s