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 | boolean | dryRun: show what would happen | |
| outPath | string | output path where project folder will be created | |
| relocateExternalFiles? | 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 |


