UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

9 lines 534 B
import { BannerSection, Configuration } from "@atomist/automation-client"; import { SoftwareDeliveryMachine } from "@atomist/sdm"; /** * Print some SDM details to the startup banner of the client * @param sdm */ export declare function sdmStartupMessage(sdm: SoftwareDeliveryMachine): (configuration: Configuration) => string | BannerSection; export declare function sdmExtensionPackStartupMessage(sdm: SoftwareDeliveryMachine): (configuration: Configuration) => string | BannerSection; //# sourceMappingURL=startupMessage.d.ts.map