Skip to content

Instantly share code, notes, and snippets.

@whazzmaster
Created October 5, 2017 14:34
Show Gist options
  • Save whazzmaster/d8702edf99040dbae6b8613d7b3c4dad to your computer and use it in GitHub Desktop.
Save whazzmaster/d8702edf99040dbae6b8613d7b3c4dad to your computer and use it in GitHub Desktop.
ES6 Debugging: app
#!/usr/bin/env node
require('./app.js');
@whazzmaster
Copy link
Author

This is the wrapper to invoke the application from the command-line. It should be made executable via chmod +x src/bin/app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment