DEV Community

Discussion on: How do you launch your coding projects?

Collapse
 
vonheikemen profile image
Heiker

How do I start projects? The only way I know: through a series of convoluted scripts. It's just two scripts really, got one to setup the development environment and another to setup tmux and neovim.

My work day start when I run this command.

z w && task begin && ts work
Enter fullscreen mode Exit fullscreen mode
  • z w Gets me to the directory where the project is.
  • task begin coordinates the scripts.
  • ts work attach the tmux session with the name work.