upvote
devenv also has tasks/services. For example you need to start redis, then your db, then seed it, and only then start the server. All of that could be aliases, yeah, but if you define them as aliases you can have them all up with `devenv up`. It even supports dependencies between tasks ("only run the db after migrations ran")
reply
To be honest, I don’t know. I just enjoy the simplicity of devenv. It’s the right amount of user friendly.
reply