createMain method

void createMain()

Implementation

void createMain() {
  var mainFile = MainFileCreator(name);
  mainFile.create();
}