File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
| templateCheckout | The branch, tag or commit ID to checkout after clone. | `false` | |
74
74
| templateDirectory | Relative path to a cookiecutter template in a repository. | `false` | |
75
75
| outputDir | Where to output the generated project dir into. | `false` | . |
76
- | overwrite | Overwrite files if they already exist in outputDir if true | `false` | false |
77
- | skip | Skip files if they already exist in outputDir if true | `false` | false |
76
+ | overwrite | Overwrite files if they already exist in outputDir if true. Takes priority over 'skip' | `false` | false |
77
+ | skip | Skip files if they already exist in outputDir if true. Ignored if 'overwrite' is true | `false` | false |
78
78
| zipPassword | If your template zip is password protected, put your password here | `false` | |
79
79
| acceptHooks | Accept pre and post hooks if set to true. | `false` | true |
80
80
You can’t perform that action at this time.
0 commit comments