CopierOptions interface
Home > @keymanapp/kmc-copy > CopierOptions
CopierOptions interface
Options for the Keyman Developer project copier
Signature:
export interface CopierOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dryRun | boolean | dryRun: show what would happen | |
logLevel? | CompilerLogLevel | (Optional) Reporting level to console, used by NodeCompilerCallbacks (not used in compiler modules; all messages are still reported to the internal log) | |
outPath | string | output path where project folder will be created |