Skip to content

Instantly share code, notes, and snippets.

@jonahoffline
Last active December 23, 2015 07:29
Show Gist options
  • 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) <[email protected]>
#
# 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