node gyp Usage - hokein/Wiki GitHub Wiki
// output the build commands.
node-gyp --verbose rebuild
// build Debug version
node-gyp configure --debug
// generate xcode build project.
node-gyp configure -- -f xcode
// output the build commands.
node-gyp --verbose rebuild
// build Debug version
node-gyp configure --debug
// generate xcode build project.
node-gyp configure -- -f xcode