@@ -23,15 +23,15 @@ exports[`cmds:init initializes module: module-only - argv 1`] = `
2323 " plpgsql" ,
2424 " citext" ,
2525 ],
26+ " fromBranch" : " restructuring" ,
2627 " fullName" : " Tester" ,
2728 " license" : " MIT" ,
2829 " moduleDesc" : " my-module" ,
2930 " moduleName" : " my-module" ,
3031 " name" : " my-module" ,
3132 " packageIdentifier" : " my-module" ,
32- " repo" : " https://github.com/launchql /pgpm-boilerplates.git" ,
33+ " repo" : " https://github.com/constructive-io /pgpm-boilerplates.git" ,
3334 " repoName" : " my-module" ,
34- " templatePath" : " module" ,
3535 " username" : " tester" ,
3636}
3737` ;
@@ -48,13 +48,15 @@ exports[`cmds:init initializes module: module-only - files 1`] = `
4848 ".prettierrc.json",
4949 ".gitignore",
5050 ".eslintrc.json",
51+ ".boilerplate.json",
5152 "packages/my-module/pgpm.plan",
5253 "packages/my-module/package.json",
5354 "packages/my-module/my-module.control",
5455 "packages/my-module/jest.config.js",
5556 "packages/my-module/README.md",
5657 "packages/my-module/Makefile",
5758 "packages/my-module/LICENSE",
59+ "packages/my-module/.boilerplate.json",
5860 "packages/my-module/__tests__/basic.test.ts",
5961 ".github/ci.yaml",
6062]
@@ -72,15 +74,15 @@ exports[`cmds:init initializes module: module-only - result 1`] = `
7274 " plpgsql" ,
7375 " citext" ,
7476 ],
77+ " fromBranch" : " restructuring" ,
7578 " fullName" : " Tester" ,
7679 " license" : " MIT" ,
7780 " moduleDesc" : " my-module" ,
7881 " moduleName" : " my-module" ,
7982 " name" : " my-module" ,
8083 " packageIdentifier" : " my-module" ,
81- " repo" : " https://github.com/launchql /pgpm-boilerplates.git" ,
84+ " repo" : " https://github.com/constructive-io /pgpm-boilerplates.git" ,
8285 " repoName" : " my-module" ,
83- " templatePath" : " module" ,
8486 " username" : " tester" ,
8587}
8688` ;
@@ -98,15 +100,15 @@ exports[`cmds:init initializes workspace: workspace - argv 1`] = `
98100 " access" : " public" ,
99101 " cwd" : " <CWD>" ,
100102 " email" : " tester@example.com" ,
103+ " fromBranch" : " restructuring" ,
101104 " fullName" : " Tester" ,
102105 " license" : " MIT" ,
103106 " moduleDesc" : " my-workspace" ,
104107 " moduleName" : " starter-module" ,
105108 " name" : " my-workspace" ,
106109 " packageIdentifier" : " my-workspace" ,
107- " repo" : " https://github.com/launchql /pgpm-boilerplates.git" ,
110+ " repo" : " https://github.com/constructive-io /pgpm-boilerplates.git" ,
108111 " repoName" : " my-workspace" ,
109- " templatePath" : " workspace" ,
110112 " username" : " tester" ,
111113 " workspace" : true ,
112114}
@@ -124,6 +126,7 @@ exports[`cmds:init initializes workspace: workspace - files 1`] = `
124126 "my-workspace/.prettierrc.json",
125127 "my-workspace/.gitignore",
126128 "my-workspace/.eslintrc.json",
129+ "my-workspace/.boilerplate.json",
127130 "my-workspace/.github/ci.yaml",
128131]
129132` ;
@@ -137,15 +140,15 @@ exports[`cmds:init initializes workspace: workspace - result 1`] = `
137140 " access" : " public" ,
138141 " cwd" : " <CWD>" ,
139142 " email" : " tester@example.com" ,
143+ " fromBranch" : " restructuring" ,
140144 " fullName" : " Tester" ,
141145 " license" : " MIT" ,
142146 " moduleDesc" : " my-workspace" ,
143147 " moduleName" : " starter-module" ,
144148 " name" : " my-workspace" ,
145149 " packageIdentifier" : " my-workspace" ,
146- " repo" : " https://github.com/launchql /pgpm-boilerplates.git" ,
150+ " repo" : " https://github.com/constructive-io /pgpm-boilerplates.git" ,
147151 " repoName" : " my-workspace" ,
148- " templatePath" : " workspace" ,
149152 " username" : " tester" ,
150153 " workspace" : true ,
151154}
0 commit comments