Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Last active March 23, 2020 22:29
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 kentcdodds/3928456ce125a6b158465bdc757fa97b to your computer and use it in GitHub Desktop.
Save kentcdodds/3928456ce125a6b158465bdc757fa97b to your computer and use it in GitHub Desktop.
test npx gist
#!/usr/bin/env node
console.log('hello world')
{
"name": "test",
"version": "1.0.0",
"description": "a simple test",
"bin": "./index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment