The current cli tools is assuming already a lot of things for users. I don't know if it's a good thing or not. What I would have imagined is that we have more something ala pip. https://pip.pypa.io/en/stable/installing/ You get a unique script to run. In the past easy-install (for python) had a bash script (as it is usually the default on a unix/linux computer).
The scenario would be.
welcome short message
Asking if you want to clone the webcompat.com repo and/or point to an existing repo you already have. Cloning the repo would ask you where you want to put it or propose a default location. Example: ~/code/
Check your version of python 2, check your version of nodejs
The current cli tools is assuming already a lot of things for users. I don't know if it's a good thing or not. What I would have imagined is that we have more something ala pip. https://pip.pypa.io/en/stable/installing/ You get a unique script to run. In the past easy-install (for python) had a bash script (as it is usually the default on a unix/linux computer).
The scenario would be.
~/code/
Possibility to exit at any time.