UNPKG

@elora-cloud/elora-cli

Version:
10 lines (8 loc) 395 B
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'; export { CLI_REPO_NAME, DOC_REPO_NAME, FLOW_REPO_NAME, ORG_NAME, REPO_OWNER, UI_REPO_NAME, themeChalk };