I cannot stress how much of a joy it is to have Justfile commands with the same names in all my projects (or in `git exclude` for other people’s projects).
The way I can do just “run”, “build”, “upgrade”, “test”, “bump [project version]”, no matter the underlying framework reduces cognitive overhead and context switching.
10/10 would recommend.