kloc-cli
Version:
A simple CLI tool to count lines of code in current working directory
26 lines (22 loc) • 477 B
JavaScript
export const config = {
columnDefault: {
width: 15
},
border: {
topBody: `─`,
topJoin: `┬`,
topLeft: `┌`,
topRight: `┐`,
bottomBody: `─`,
bottomJoin: `┴`,
bottomLeft: `└`,
bottomRight: `┘`,
bodyLeft: `│`,
bodyRight: `│`,
bodyJoin: `│`,
joinBody: `─`,
joinLeft: `├`,
joinRight: `┤`,
joinJoin: `┼`
}
}