Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed May 30, 2023
1 parent d8a86a4 commit c2bca3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ Setup function that exposes the internal used helper instance and build in quest
Setup function that exposes the internal used helper instance for modifications. Gets [TemplateHelper](#TemplateHelper) as parameter
### beforeCreationHook
Hook run before all files are copied. Gets [BeforeCreationHookObject](#BeforeCreationHookObject) as parameter and returns new answerers to be used
### afterCreationHook
Hook run after all files are copied. Gets [AfterCreationHookObject](#AfterCreationHookObject) as parameter
Expand All @@ -189,10 +193,6 @@ Hook run after all files are copied. Gets [AfterCreationHookObject](#AfterCreati
Function to parse/modify argument from the command line. Good for mapping falsy value to JS false.
### beforeCreationHook
Hook run before all files are copied. Gets [BeforeCreationHookObject](#BeforeCreationHookObject) as parameter and returns new answerers to be used
```typescript
void create({
argumentAnswerParsing: toParseAnswerArguments => {
Expand Down

0 comments on commit c2bca3b

Please sign in to comment.