UNPKG

@atomist/sample-sdm

Version:

Sample Atomist automation for software delivery

10 lines (9 loc) 499 B
import { SoftwareDeliveryMachine } from "@atomist/sdm"; import { SoftwareDeliveryMachineConfiguration } from "@atomist/sdm/api/machine/SoftwareDeliveryMachineOptions"; /** * Assemble a machine that performs only project creation and tagging, * for Spring/Java and Node. * See generatorConfig.ts to customize generation defaults. * @return {SoftwareDeliveryMachine} */ export declare function projectCreationMachine(configuration: SoftwareDeliveryMachineConfiguration): SoftwareDeliveryMachine;