Skip to content

Instantly share code, notes, and snippets.

@ardianta
Last active August 28, 2020 08:44
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Testing script for npx
#!/usr/bin/env node
for(var i = 0; i < 10; i++){
console.log("Hello World!");
}
{
"name": "hello-world",
"version": "0.0.0",
"bin": "./hello-world.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment