Skip to content

Instantly share code, notes, and snippets.

@jmervine
Created January 18, 2016 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmervine/a10e6bab5275c2c6d218 to your computer and use it in GitHub Desktop.
Save jmervine/a10e6bab5275c2c6d218 to your computer and use it in GitHub Desktop.
var main = function() {
console.log('my code here');
};
if (!module.parent)
exports = main;
else
main();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment