@nswhp/golden-path
Version:
Generate all the recommended golden paths
18 lines (17 loc) • 702 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GoldenPathValue = exports.LicenseValue = void 0;
var LicenseValue;
(function (LicenseValue) {
LicenseValue["MIT"] = "MIT";
LicenseValue["APACHE"] = "APACHE";
LicenseValue["ISC"] = "ISC";
LicenseValue["BSD2"] = "BSD2";
LicenseValue["GPL3"] = "GPL3";
LicenseValue["CCO1"] = "CCO1";
})(LicenseValue = exports.LicenseValue || (exports.LicenseValue = {}));
var GoldenPathValue;
(function (GoldenPathValue) {
GoldenPathValue["AWS_CDK"] = "AWS-CDK";
GoldenPathValue["ANGULAR"] = "Angular App";
})(GoldenPathValue = exports.GoldenPathValue || (exports.GoldenPathValue = {}));