diff --git a/404.html b/404.html index 945d20a..c6e68bf 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@
Name to be passed to the generated files. {{name}} and {{Name}} inside contents and file names will be replaced
accordingly.
• templates: string[]
README.md file inside.
Default
Current working directory
• output: FileResponse<string>
README.md file inside.
• Optional subdir: boolean
Default
false
• Optional data: Record<string, any>
Add custom data to the templates. By default, only your app name is included as {{name}} and {{Name}}.
This can be any object that will be usable by Handlebars.
• Optional overwrite: FileResponse<boolean>
Default
false
• Optional logLevel: LogLevel
Default
2 (info)
• Optional dryRun: boolean
Default
false
• Optional helpers: Record<string, HelperDelegate>
• Optional subdirHelper: string
▸ beforeWrite(content, rawContent, outputPath): undefined | string | Buffer | Promise<undefined | string | Buffer>
The final output of the file
contents-only, after further modifications - or undefined to use the original content (i.e. content.toString())