UNPKG

@storm-software/git-tools

Version:

Tools for managing Git repositories within a Nx workspace.

15 lines (12 loc) 460 B
'use strict'; // 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: " }; exports.DEFAULT_COMMIT_PROMPT_MESSAGES = DEFAULT_COMMIT_PROMPT_MESSAGES;