Optionalcolor?: booleanEnable or disable colored output.
Optionalfont?: FontNameFiglet font used to render the banner.
Package metadata containing the name, optional display name, and version.
OptionalprefixVersion?: stringPrefix added before the version string.
OptionaluseDisplayName?: booleanPrefer displayName over name when available.
OptionaluseVersion?: booleanWhether to append the version to the banner.
displayName is available and useDisplayName is true, it will be used instead of name.useVersion is enabled and pkg.version exists, the version will be aligned to the
right side of the banner's last visible line.color is disabled, all ANSI styling is turned off.
Prints a stylized banner of a package name using a FIGlet font.
The banner can optionally include the package version appended to the last visible line of the generated ASCII text.
This is useful for CLI tools to display a startup banner with project name and version.