A bootstrapper for node. Will run a recursive require on the specified directory. Helpful if you have a 'server' directory with all your files that need to be registered or loaded (routes / models / etc).
In package.json:
"init": "https://github.com/wookets/node-init/tarball/0.1.0"
require('init')('./server');