Skip to main content

Type Alias: SideEffect<TFinalSettings>

SideEffect<TFinalSettings> = object

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

Type Parameters

TFinalSettings

TFinalSettings extends FinalTemplateSettings = FinalTemplateSettings

Properties

apply

apply: SideEffectFunction<TFinalSettings>

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


filePath

filePath: string

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

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

Example

"./README.md"