cp.execFile is used throughout the codebase to run various commands. Considering we run different tools all the time, it would be useful to have a helper function to abstract this a bit. #91 is a good justification for it.
We might also want to have a separate set of helpers for running go commands specifically.
cp.execFileis used throughout the codebase to run various commands. Considering we run different tools all the time, it would be useful to have a helper function to abstract this a bit. #91 is a good justification for it.We might also want to have a separate set of helpers for running
gocommands specifically.