UNPKG

gen-jhipster

Version:

VHipster - Spring Boot + Angular/React/Vue in one handy generator

14 lines (13 loc) 412 B
/** * Extract version properties from pom content * @param {string} pomContent * @returns {Record<string, string>} */ export declare function getDockerfileContainers(dockerfileContent: string): Record<string, string>; /** * Generates a placeholder * Generated value should be yaml safe * @param {string} * @returns {string} */ export declare const dockerPlaceholderGenerator: (value: string) => string;