UNPKG

@elora-cloud/elora-cli

Version:
18 lines (15 loc) 556 B
'use strict'; const ORG_NAME = '@elora-cloud'; const REPO_OWNER = 'Elora'; const UI_REPO_NAME = `${ORG_NAME}/elora-plus`; const CLI_REPO_NAME = `${ORG_NAME}/elora-cli`; const DOC_REPO_NAME = `${ORG_NAME}/elora-plus-doc`; const FLOW_REPO_NAME = `${ORG_NAME}/elora-plus-flow`; const themeChalk = 'theme'; exports.CLI_REPO_NAME = CLI_REPO_NAME; exports.DOC_REPO_NAME = DOC_REPO_NAME; exports.FLOW_REPO_NAME = FLOW_REPO_NAME; exports.ORG_NAME = ORG_NAME; exports.REPO_OWNER = REPO_OWNER; exports.UI_REPO_NAME = UI_REPO_NAME; exports.themeChalk = themeChalk;