UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

11 lines (10 loc) 661 B
export { getAllGitRepo } from './all-git-repo'; export { checkGitClean, checkGitCleanSync } from './check-clean'; export { getGitCodeLink, getGitMRLink, rmFirstAndLastSlash } from './git-link'; export { getGitAuthor, getGitCommitInfo, getGitCommitMessage, getGitCommitsBeforeTag, getGitCurBranch, getGitLastTag, getGitTagTime, isInGitRepo, } from './git'; export { getGitFullInfo, parseGitProject, parseConfigWithOrigin } from './git-full-info'; export type { IGitFullInfo } from './git-full-info'; export { transformGitToSSH } from './ssh'; export { getSubmodulePathList } from './submodule'; export * from './types'; export type * as GitTypes from './types';