Automate workspace setup
2
votes
4
answers
495
views
I'm a software developer and I often have to switch between different projects, each with its own environment setup. Some actions I have to do each time include:
- creating ssh tunnels
- connecting database inspectors
- applying git stashes with local dev connection strings
- starting local servers
- opening specific IDE on the right project
- recovering Postman saved requests for the specific project
- set env variables
- ...
Those are all very basic tasks, but I have to do them every time with great time waste and chances to mess up.
It would be really cool to have something like:
- an "application" or "desktop icon" named after the project
- click on it and it will open a dedicated workspace with everything ready to start developing
- keep the local environment isolated
Is there something like this I can setup on my Mac?
Thanks
Asked by Carlo Moretti
(123 rep)
Nov 13, 2020, 10:03 AM
Last activity: Dec 16, 2023, 11:48 AM
Last activity: Dec 16, 2023, 11:48 AM