Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Last active March 16, 2022 08:51
Show Gist options
  • Save khaliqgant/141c9d45848d9eff95f3 to your computer and use it in GitHub Desktop.
Save khaliqgant/141c9d45848d9eff95f3 to your computer and use it in GitHub Desktop.
[Multiple Watch Tasks] Run Multiple watch tasks with one command in new tabs #javascript #cli
  • Use this tab function as an alias
  • Chain two commands together and enclose each command in quotes. Example:
tab "watchify public/assets/js/sick.js -o public/assets/js/app.js -v" && tab "nodemon server.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment