Last active
December 23, 2015 07:29
-
-
Save jonahoffline/6601454 to your computer and use it in GitHub Desktop.
Script to run bin files for locally installed npm packages.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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