Skip to content

Instantly share code, notes, and snippets.

@0x1ad2
Created July 26, 2019 08:30
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 0x1ad2/d58c5838b38ac0b5c9f0c54d07e773df to your computer and use it in GitHub Desktop.
Save 0x1ad2/d58c5838b38ac0b5c9f0c54d07e773df to your computer and use it in GitHub Desktop.
#! /usr/bin/env node
// will tell shell enviroment which program it needs execute this, in our case it's node
// always run your code in strict mode
"use strict";
console.log(`My first Node CLI app 🎉`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment