A commit bomb that distributes commits on different dates, painting your activity chart green
npm run start
or
yarn start
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 |
- 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;
Free