UNPKG

@storm-software/git-tools

Version:

Tools for managing Git repositories within a Nx workspace.

13 lines (11 loc) 415 B
// src/types.ts var DEFAULT_COMMIT_PROMPT_MESSAGES = { skip: "press enter to skip", max: "must be %d chars at most", min: "must be %d chars at least", emptyWarning: "can not be empty", upperLimitWarning: "%s is %d characters longer than the upper limit", lowerLimitWarning: "%s is %d characters less than the lower limit", closedIssueMessage: "Closes: " }; export { DEFAULT_COMMIT_PROMPT_MESSAGES };