UNPKG

t-comm

Version:

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

10 lines (9 loc) 468 B
export { getAllGitRepo } from './all-git-repo.js'; export { getGitCodeLink, getGitMRLink, rmFirstAndLastSlash } from './git-link.js'; export { getGitAuthor, getGitCommitInfo, getGitCommitMessage, getGitCommitsBeforeTag, getGitCurBranch, getGitLastTag, getGitTagTime } from './git.js'; export { transformGitToSSH } from './ssh.js'; import 'fs'; import '../fs/fs.js'; import '../node/node-command.js'; import '@babel/runtime/helpers/typeof'; import '../slash/slash.js';