You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**destination** | *String* | | a handlebars template that (when rendered) is the destination folder for the new files
270
270
**base** | *String* | | the section of the path that should be excluded when adding files to the `destination` folder
271
271
**templateFiles** | *[Glob](https://github.com/sindresorhus/globby#globbing-patterns)* | | glob pattern that matches multiple template files to be added
272
-
**skipIfExists** | *Boolean* | `false` | skips a file if it already exists (instead of failing)
272
+
**globOptions** | *[Object](https://github.com/sindresorhus/globby#options)* | | glob options that change how to match to the template files to be added
273
+
**skipIfExists** | *Boolean* | `false` | *inherited from [Add](#add)* (skips a file if it already exists)
273
274
**force** | *Boolean* | `false` | *inherited from [ActionConfig](#-interface-actionconfig-)* (overwrites files if they exist)
274
275
**data** | *Object* | `{}` | *inherited from [ActionConfig](#-interface-actionconfig-)*
275
276
**abortOnFail** | *Boolean* | `true` | *inherited from [ActionConfig](#-interface-actionconfig-)*
276
-
**globOptions** | *[Object](https://github.com/sindresorhus/globby#options)* | | glob options that change how to match to the template files to be added
277
277
278
278
## Modify
279
279
The `modify` action will use a `pattern` property to find/replace text in the file located at the `path` specified. More details on modify can be found in the example folder.
0 commit comments