Skip to main content

AfterScaffoldHook

AfterScaffoldHook = ((context) => void | Promise<void>) | string

Defined in: types.ts:237

A hook that runs after scaffolding completes. Can be a function receiving context, or a shell command string.