Created
October 22, 2018 10:29
-
-
Save cuixin/dcb6820d91512ca925833e5837d6652e to your computer and use it in GitHub Desktop.
typescript run command(add this function in ur .bashrc or .zshrc)
This file contains hidden or 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
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