@atomist-seeds/spring-sdm
Version:
A seed SDM to deliver Spring and Spring Boot projects
5 lines (4 loc) • 334 B
TypeScript
import { AutofixRegistration, SoftwareDeliveryMachine, SoftwareDeliveryMachineConfiguration } from "@atomist/sdm";
export declare function machine(configuration: SoftwareDeliveryMachineConfiguration): SoftwareDeliveryMachine;
export declare const LicenseFilename = "LICENSE";
export declare const AddLicenseFile: AutofixRegistration;