User
🧩 Options Reference
| Option | Type | Default | Description |
|---|---|---|---|
dryRun |
boolean | false |
Preview without creating files |
override |
boolean | false |
Overwrite existing files |
append |
boolean | false |
Append content to files |
verbose |
boolean | false |
Enable logging |
ignore |
array | [] |
List of names or regex to ignore |
onCreate |
function | () => {} |
Callback after file/folder creation |
templateExt |
string | .template |
Extension used for template files |
mode |
number | 0o644 |
File/folder permissions |
conditions |
object | {} |
Conditional generation map |
addBackup |
boolean | false |
Backup existing files before overwriting |
variables |
object | {} |
Variables for template substitution |