Skip to content

A commit bomb that distributes commits on different dates, painting your activity chart green

Notifications You must be signed in to change notification settings

Krauzy/git-commit-bomb

Repository files navigation

Git Commit Bomb

A commit bomb that distributes commits on different dates, painting your activity chart green

Start

npm run start

or

yarn start

Dependencies

package.json

"dependencies": {
    "jsonfile": "^6.1.0",
    "moment": "^2.29.1",
    "random": "^2.2.0",
    "simple-git": "^2.31.0"
  }
Plugin README
jsonfile jsonfile/README
moment moment/README
random random/README
simple-git simple-git/README

Instructions

  • Fork this repos to your git
  • Run start using npm or yarn
  • (opcional) change COMMIT_COUNT value to the number of commits you want to "explode"
const COMMIT_COUNTS = 1000;

Example

Before

Empty

After

Full

License

Free

About

A commit bomb that distributes commits on different dates, painting your activity chart green

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages