static void createProjectFolder(List<String> projectPath) { final path = fullPathFor(projectPath); Directory(path).createSync(recursive: true); }