zcatalyst-cli
Version:
Command Line Tool for CATALYST
11 lines (10 loc) • 544 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const conf_1 = __importDefault(require("conf"));
const runtime_store_1 = __importDefault(require("./runtime-store"));
const name = runtime_store_1.default.get('context.cli.package.name');
const path = process.env['X_ZC_CREDENTIAL_PATH'];
exports.default = new conf_1.default({ configName: name, projectName: name, cwd: path });