Skip to content

Instantly share code, notes, and snippets.

@Oluwasetemi
Last active July 19, 2018 10:38
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 Oluwasetemi/69e856692f1be6d986483fe681d4137a to your computer and use it in GitHub Desktop.
Save Oluwasetemi/69e856692f1be6d986483fe681d4137a to your computer and use it in GitHub Desktop.
npx
# hello from npx!
It must always contain a `package.json` file.
```sh
npm gitgist url
```
#!/usr/bin/env node
console.log('hello from npx')
{"name": "npx-is-cool", "version": "0.0.0", "bin": "./index.js"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment