Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.04 KB

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