File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,6 +181,10 @@ Setup function that exposes the internal used helper instance and build in quest
181181
182182Setup function that exposes the internal used helper instance for modifications. Gets [TemplateHelper](# TemplateHelper) as parameter
183183
184+ # ## beforeCreationHook
185+
186+ Hook run before all files are copied. Gets [BeforeCreationHookObject](# BeforeCreationHookObject) as parameter and returns new answerers to be used
187+
184188# ## afterCreationHook
185189
186190Hook run after all files are copied. Gets [AfterCreationHookObject](# AfterCreationHookObject) as parameter
@@ -189,10 +193,6 @@ Hook run after all files are copied. Gets [AfterCreationHookObject](#AfterCreati
189193
190194Function to parse/modify argument from the command line. Good for mapping falsy value to JS false.
191195
192- # ## beforeCreationHook
193-
194- Hook run before all files are copied. Gets [BeforeCreationHookObject](# BeforeCreationHookObject) as parameter and returns new answerers to be used
195-
196196` ` ` typescript
197197void create({
198198 argumentAnswerParsing: toParseAnswerArguments => {
You can’t perform that action at this time.
0 commit comments