You can clone with HTTPS or Subversion.
App API requires node-webkit >= v0.3.1
// Load native UI library var gui = require('nw.gui'); // Print arguments console.log(gui.App.argv); // Quit current app gui.App.quit();
Get the command line arguments when starting the app.
Quit current app.