| ▲ | MuffinFlavored 4 hours ago | |
Can you help me understand why devenv is needed instead of a shell like this/what is gained? | ||
| ▲ | fermuch an hour ago | parent | next [-] | |
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") | ||
| ▲ | nehalem an hour ago | parent | prev [-] | |
To be honest, I don’t know. I just enjoy the simplicity of devenv. It’s the right amount of user friendly. | ||