@nswhp/golden-path
Version:
Generate all the recommended golden paths
22 lines (21 loc) • 919 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileName = void 0;
var FileName;
(function (FileName) {
FileName["PACKAGE_JSON"] = "package.json";
FileName["README"] = "README.md";
FileName["TS_CONFIG"] = "tsconfig.json";
FileName["CDK_JSON"] = "cdk.json";
FileName["JEST_CONFIG"] = "jest.config.js";
FileName["PRETTIERRC"] = ".prettierrc";
FileName["GIT_IGNORE"] = ".gitignore";
FileName["ESLINTRC"] = ".eslintrc.json";
FileName["ESLINT_IGNORE"] = ".eslintignore";
FileName["TEST_DEMO"] = "cdk-project.test.ts";
FileName["TAGGING_TS"] = "tagging.ts";
FileName["CONSTANTS_TS"] = "constants.ts";
FileName["CONFIG_FACTORY"] = "config.factory.ts";
FileName["INFRASTRUCTURE"] = "infrastructure.ts";
FileName["PIPELINE"] = "azure-pipeline.yaml";
})(FileName = exports.FileName || (exports.FileName = {}));