git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

generic-logging.js (197B)


      1 module['exports'] = {
      2   silly: 'rainbow',
      3   input: 'grey',
      4   verbose: 'cyan',
      5   prompt: 'grey',
      6   info: 'green',
      7   data: 'grey',
      8   help: 'cyan',
      9   warn: 'yellow',
     10   debug: 'blue',
     11   error: 'red'
     12 };