-
-
Save whazzmaster/d8702edf99040dbae6b8613d7b3c4dad to your computer and use it in GitHub Desktop.
ES6 Debugging: app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
require('./app.js'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the wrapper to invoke the application from the command-line. It should be made executable via
chmod +x src/bin/app
.