I'd take just a shell script. If all this does is run commands from a readme to get bootstrapped, I don't understand why I need to get an IDE involved.
that's totally fair. there are plenty of cases where a shell script will just do. however, we found that for runbook-like documentation it's elegant to interlace narrative and commands per step to incrementally work through the steps to completion. the IDE could, for an instance, set you up with configuration and credentials required and provide a richer way to display intermediate results.
scripts always work well until you share them. in a Bring-Your-Own-Device world it's easier said than done.
however, totally depends on the situation and in a lot of cases a script file will work just fine. hope this sheds some light on it, not trying to convince you that an IDE is required.
10 comments
[ 307 ms ] story [ 2869 ms ] threadRecently, my Readmes have been reduced to “Run ‘jupyter-notebook index.ipynb’”
scripts always work well until you share them. in a Bring-Your-Own-Device world it's easier said than done.
however, totally depends on the situation and in a lot of cases a script file will work just fine. hope this sheds some light on it, not trying to convince you that an IDE is required.
It’s just context-sensitive help at that point.