Skip to content

Instantly share code, notes, and snippets.

@jason1985
Last active June 26, 2021 05:37
Show Gist options
  • Save jason1985/1a7851966e3e9f7d2d896959257f7640 to your computer and use it in GitHub Desktop.
Save jason1985/1a7851966e3e9f7d2d896959257f7640 to your computer and use it in GitHub Desktop.
npx test
#!/usr/bin/env node
for(let i=1;i<4;i++){
console.log("testing",i)
}
{
"name": "run-js-with-npx-from-gist",
"version": "0.1.0",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment