UNPKG

workspace-tools

Version:

A collection of utilities that are useful in a git-controlled monorepo managed by one of these tools:

6 lines (5 loc) 284 B
export { GitError, GitObserver, GitOptions, GitProcessOutput, addGitObserver, clearGitObservers, git, gitFailFast, } from "./git"; export { getConfigValue } from "./config"; export * from "./getDefaultRemote"; export * from "./getDefaultRemoteBranch"; export * from "./gitUtilities";