public Boilerplate(){
this.setName("Boilerplate Custom");
this.setId("h5bp");
this.setFileName("h5bp-initializr");
this.getFiles().add(new File("index.html", "builder/templates/index.html", true, true));
this.getFiles().add(new File("css/main.css", "builder/templates/main.css", true, true));
this.getDefaultModulesNames().add("h5bp-content");
this.getDefaultModulesNames().add("h5bp-stylefile");
this.getDefaultModulesNames().add("h5bp-css");
this.getDefaultModulesNames().add("h5bp-primarystyles");
this.getDefaultModulesNames().add("h5bp-csshelpers");