/git-commands

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

git-commands

// Each item is a chalk command. (See https://github.com/chalk/chalk)
// So [ [ 'hex', '#f00' ], 'underline' ] will print the text in red and underlined
const defaultOptions = {
  colors: {
    'text': [],
    'issue-number': [ 'cyan' ],
    'initial-issue-number': [ 'cyan', 'bold', 'underline' ],
    'smart-command': [ 'underline' ],
    'excess': [ [ 'hex', '#fff' ], [ 'bgHex', '#ef2f6f' ] ],
  },
  limit: 0,
};