diff --git a/404.html b/404.html index 7a5f343..6ac2405 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@
• templates: string[]
The templates to use for generation
• output: string
The output path to write to
• subdir: boolean
Whether to create subfolder with the input name
• Optional subdirHelper: string
Default transformer to apply to subfolder name when using subdir: true
• Optional data: Record<string, string>
Add custom data to the templates
• Optional appendData: Record<string, string>
Add custom data to the template in a CLI-friendly syntax (and not JSON)
• overwrite: boolean
Enable to override output files, even if they already exist
• quiet: boolean
Silence logs, same as logLevel: "none"
• logLevel: LogLevel
• dryRun: boolean
Don't emit files. This is good for testing your scaffolds and making sure they don't fail, without having to write actual file contents or create directories.
• Optional config: string
Config file path to use
• Optional key: string
The key of the template to use
• Optional git: string
The git repository to use to fetch the config file