I want to build an interface for a series of terminal commands that our developers use to manage their development environments. I\'d like to try to build it in Node.js.
If you compile node.js
from source every JavaScript file from nodes lib
folder will be included into the binary. That same way could pack your code into the binary.
I am not familar how Mac OSX packages are created, but at the end it does not seem to be very hard. Just pack your custom node binary into one.