UNPKG

node-command-line-starter-1

Version:
14 lines (13 loc) 842 B
export declare const getUniqueString: () => string; export declare const getBackendServerUrl: () => string; export declare const getFrontendServerUrl: () => string; export declare const isFromGithub: () => boolean; export declare const getGitRepos: () => Promise<unknown>; export declare const getGitLastCommitSHA: () => Promise<unknown>; export declare const getLastCommitName: () => Promise<unknown>; export declare const getGitBranchName: () => Promise<unknown>; export declare const extractRepoFullName: (remoteName: any) => Promise<unknown>; export declare const createDirIfNotExist: (dirPath: string) => void; export declare const resolveBackendServerUrl: (endpoint: any) => string; export declare const resolveFrontendServerUrl: (endpoint: any) => string; export declare const resolvePathToAppDirectory: (relativePath: any) => string;