writeTemplateIfNotExists static method
Implementation
static void writeTemplateIfNotExists({final String rootFolder = '.'}) {
if (!ScloudIgnore.fileExists(rootFolder: rootFolder)) {
ScloudIgnore.writeTemplate(rootFolder: rootFolder);
}
}
static void writeTemplateIfNotExists({final String rootFolder = '.'}) {
if (!ScloudIgnore.fileExists(rootFolder: rootFolder)) {
ScloudIgnore.writeTemplate(rootFolder: rootFolder);
}
}