Skip to content

Instantly share code, notes, and snippets.

@cuixin
Created October 22, 2018 10:29
Show Gist options
  • Save cuixin/dcb6820d91512ca925833e5837d6652e to your computer and use it in GitHub Desktop.
Save cuixin/dcb6820d91512ca925833e5837d6652e to your computer and use it in GitHub Desktop.
typescript run command(add this function in ur .bashrc or .zshrc)
function tsr() {
tsc $1.ts && node $1.js
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment