Last active
March 16, 2021 10:24
-
-
Save umamahesh51/797c37a1d51a1affdee01a96c74ebe33 to your computer and use it in GitHub Desktop.
Hello World
This file contains 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 | |
console.log("Hello I'm coming from Uma's Gist with name Hello World."); |
This file contains 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
{ | |
"name" : "running-js-file-using-gists", | |
"version" : "1.0.0", | |
"bin":"./index.js" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment