Skip to content

Instantly share code, notes, and snippets.

@ardianta
Last active August 28, 2020 08:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ardianta/df9a4c8be44b5d5f4bb1b67cdd13f4ea to your computer and use it in GitHub Desktop.
Save ardianta/df9a4c8be44b5d5f4bb1b67cdd13f4ea to your computer and use it in GitHub Desktop.
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