CopierOptions interface
Home > @keymanapp/kmc-copy > CopierOptions
CopierOptions interface
Options for the Keyman Developer project copier
Signature:
export interface CopierOptions extends CompilerBaseOptions
Extends: CompilerBaseOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [dryRun](./kmc-copy.copieroptions.dryrun.md) | boolean | dryRun: show what would happen | |
| [outPath](./kmc-copy.copieroptions.outpath.md) | string | output path where project folder will be created | |
| [relocateExternalFiles?](./kmc-copy.copieroptions.relocateexternalfiles.md) | boolean | _(Optional)_ Copy referenced files that are outside the project folder into an 'external' folder within the new project, rather than just referencing them in their current location |


