Skip to main content

Type Alias: SideEffect<TFinalSettings>

SideEffect<TFinalSettings> = object

Defined in: ../../template-types-lib/src/types/template-config-types.ts:64

Type Parameters

TFinalSettings

TFinalSettings extends FinalTemplateSettings = FinalTemplateSettings

Properties

apply

apply: SideEffectFunction<TFinalSettings>

Defined in: ../../template-types-lib/src/types/template-config-types.ts:67


filePath

filePath: string

Defined in: ../../template-types-lib/src/types/template-config-types.ts:73

The path to the file to be created or edited. relative to project root

Example

"./README.md"