Skip to content

Instantly share code, notes, and snippets.

@MarioAraque
Created August 2, 2014 22:15
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 MarioAraque/322ca834a4f8024a51a3 to your computer and use it in GitHub Desktop.
Save MarioAraque/322ca834a4f8024a51a3 to your computer and use it in GitHub Desktop.
Include it in your ~/.bash_profile to aliases grunt install plugins
function gi() {
npm install --save-dev grunt-"$@"
}
function gci() {
npm install --save-dev grunt-contrib-"$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment