DEV Community

Discussion on: Tired of opening manually the same programs every morning ?

Collapse
 
leamsigc profile image
Ismael Garcia

For me, this is helpful because I'm lazy and don't like to do of typing manually.

I prefer just run a command and let it do its thing while I'm making a coffee.

Like switching from project to project

I prefer just to run tmuxp load $project

  • open tmux panel for each service
  • open vscode
  • run yarn command to get the front end up
  • run yarn command to get the node server up

  • pull all the changes from the team members.