UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

9 lines 449 B
import { CommandHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm"; /** * Return a command handler that can list generators in the current SDM. * Will not identify generators in other projects. * @param {SoftwareDeliveryMachine} sdm * @return {HandleCommand<EmptyParameters>} */ export declare function listGeneratorsHandler(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration; //# sourceMappingURL=listGenerators.d.ts.map