Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0Version 18.0 (current version)

On this page

You are viewing an incomplete pre-release version of this documentation. Click here to open the current version, 18.0.

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