MeteorJS command line on speed
within Mac OS X’s Terminal.app

edit ~/.bash_profile with your favorite text editor…

alias m="meteor";
alias mp="meteor --port";
alias ms="meteor search";
alias msw="meteor show";

get creative…

alias md="meteor --deploy";
alias mc="meteor create";
alias mcp="meteor create --package";

[…]

save ~/.bash_profile, open new Terminal.app window & enjoy!