gitparty

summarize your git data clearly


Keywords
git, visualization, log, cool, party
License
ISC
Install
npm install gitparty@1.0.10

Documentation

gitparty

git log on steroids - see the state of your commits at a glance

Create a .gitpartyrc file in a folder that is a git repo.

.gitpartyrc

js:
  key: J
  color: bgBlueBright
  matches:
  - src/*.js
lint:
  key: L
  color: bgMagenta
  matches:
  - \**/.eslintrc
tests:
  key: T
  color: bgRed
  matches:
  - \**/*.spec.js
gitpartyrc:
  key: G
  color: bgRedBright
  matches:
  - \**/.gitpartyrc
config:
  key: C
  color: bgCyan
  matches:
  - \**/package.json
  - \**/rollup/*
  - \**/webpack*
  - \**/^.*
dependencies:
  key: D
  color: bgYellow
  matches:
  - \**/package.json
  - \**/yarn.lock

Now you just have to run gitparty and you'll get a lovely visual for the state of the repo:

gitparty

This module is very much a work-in-progress, feedback welcome.