Skip to content

Commit c2bca3b

Browse files
committed
fix readme
1 parent d8a86a4 commit c2bca3b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Setup function that exposes the internal used helper instance and build in quest
181181
182182
Setup 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
186190
Hook 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
190194
Function 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
197197
void create({
198198
argumentAnswerParsing: toParseAnswerArguments => {

0 commit comments

Comments
 (0)