t-comm
Version:
专业、稳定、纯粹的工具库
8 lines (7 loc) • 444 B
TypeScript
export { getAllGitRepo } from './all-git-repo';
export { checkGitClean } from './check-clean';
export { getGitCodeLink, getGitMRLink, rmFirstAndLastSlash } from './git-link';
export { getGitAuthor, getGitCommitInfo, getGitCommitMessage, getGitCommitsBeforeTag, getGitCurBranch, getGitLastTag, getGitTagTime, } from './git';
export { transformGitToSSH } from './ssh';
export { getSubmodulePathList } from './submodule';
export * from './types';