Skip to content

Instantly share code, notes, and snippets.

@lrlna
Created August 29, 2015 19:31
Show Gist options
  • Save lrlna/018eb6f82993be0261fa to your computer and use it in GitHub Desktop.
Save lrlna/018eb6f82993be0261fa to your computer and use it in GitHub Desktop.
in package.json
  • `"preferGlobal": true
  • `"bin": { "nameOfModule": "entryFile.js" }
  • in entryFile.js --> #! /usr/bin/env node on top
  • npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment