Skip to content

Instantly share code, notes, and snippets.

@adamjcooper
Last active January 9, 2017 15:44
Show Gist options
  • Save adamjcooper/66b088e51b795c240157f4e74abb62ec to your computer and use it in GitHub Desktop.
Save adamjcooper/66b088e51b795c240157f4e74abb62ec to your computer and use it in GitHub Desktop.
npm module aliases
# --- npm module aliases ---
alias gulp='./node_modules/gulp/bin/gulp.js'
alias mocha='./node_modules/mocha/bin/mocha'
alias bunyan='./node_modules/bunyan/bin/bunyan'
alias istanbul='./node_modules/istanbul/lib/cli.js'
alias eslint='./node_modules/eslint/bin/eslint.js'
alias tslint='./node_modules/tslint/bin/tslint'
alias tsc='./node_modules/typescript/bin/tsc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment