Skip to content

Instantly share code, notes, and snippets.

@alexandrusavin
Created March 31, 2016 17:40
Show Gist options
  • Save alexandrusavin/3ac80894ea34248aafad81504c9c6dd4 to your computer and use it in GitHub Desktop.
Save alexandrusavin/3ac80894ea34248aafad81504c9c6dd4 to your computer and use it in GitHub Desktop.
Wrap node interpreter to be to pipe to bunyan in Intellij IDEs run configurations
#!/usr/bin/env bash
~/.nvm/nvm.sh use default
node $@ | ./node_modules/.bin/bunyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment