In the InteractiveCommand the exists directory check should prolly already be done in the projectNameQuestion validator to abort as early as possible. This might require visibility changes of Construct\Construct->saveProjectNames and Construct\Constructors\Src->projectDirectoryExists.
Fix for #212.
In the
InteractiveCommand
the exists directory check should prolly already be done in theprojectNameQuestion
validator to abort as early as possible. This might require visibility changes ofConstruct\Construct->saveProjectNames
andConstruct\Constructors\Src->projectDirectoryExists
.