UNPKG

conventional-commits-cli

Version:

A CLI that enables automatic Conventional Git commits

17 lines 316 B
const boxes = { boxenOptions: { padding: 1, margin: 1, borderStyle: 'round', borderColor: 'green', backgroundColor: '#555555' }, errorOptions: { padding: 1, margin: 1, borderStyle: 'round', borderColor: 'yellow', backgroundColor: '#800000' } }; module.exports = boxes;