* WIP First commit * Generating different files from different templates * Adding file to edit for adding database changelogs * Tested the modify file step as well. * Completed the plugin generation for today's plugins * Tested with all the files getting generated property * Not tracking node_modules * Removes node_modules * Incorporated review comments
8 lines
148 B
Handlebars
8 lines
148 B
Handlebars
package com.external.plugins;
|
|
|
|
public class {{pascalCase name}}Test {
|
|
@Test
|
|
public void test() {
|
|
assertTrue(Boolean.FALSE));
|
|
}
|
|
} |