act-starter-kit
act-starter-kit copied to clipboard
Error handling for existing directories
@greenlaw110 commented that there should be error handle for existing dir.
I think perhaps we should do something like the installer where we check the directory structure exists - in this case, check it doesn't exist.
We should not try to install the starter kit in a dir that has stuff in it already. Similar rule to how GIT behaves.
Implemented some of the required fixes for this in https://github.com/actframework/act-starter-kit/commit/7aab4eda78a11ff9eb20ad135568f178120cb68b - ongoing, low severity.