Interface: SeedHookConfig
Properties
description?
optional description: string;
Short description of what seeding provides.
env?
optional env: SeedEnvConfig;
Environment variable seeding options for this plugin/project.
hook?
optional hook: SeedHookHandler;
Custom seeding logic executed prior to file generation.