Skip to content

Instantly share code, notes, and snippets.

@jonahoffline
Last active December 23, 2015 07: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 jonahoffline/6601454 to your computer and use it in GitHub Desktop.
Save jonahoffline/6601454 to your computer and use it in GitHub Desktop.
Script to run bin files for locally installed npm packages.
#!/usr/bin/env sh
#
# Description:
# Allows you to run bin files for locally installed npm packages.
#
# Author:
# jonahoffline (Jonah Ruiz) <jonah@pixelhipsters.com>
#
# Github:
# https://github.com/jonahoffline/shell_stuff
./node_modules/.bin/$@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment