LogoRobo.js
Framework

SeedConfig

Interface: SeedConfig

Seed configuration for a plugin. Defines environment variables and setup logic.

Properties

PropertyTypeDescription
description?stringDescription of what this seed provides
env?{ description: string; variables: Record<string, | string | { description: string; overwrite: boolean; value: string; }>; }Environment variable configuration
env.description?stringDescription shown when prompting for env vars
env.variables?Record<string, | string | { description: string; overwrite: boolean; value: string; }>Variables to seed
hook?stringPath to custom seed hook (relative to plugin)

On this page