https://github.com/krauzy/git-commit-bomb
A commit bomb that distributes commits on different dates, painting your activity chart green
https://github.com/krauzy/git-commit-bomb
commit github github-activities
Last synced: 10 months ago
JSON representation
A commit bomb that distributes commits on different dates, painting your activity chart green
- Host: GitHub
- URL: https://github.com/krauzy/git-commit-bomb
- Owner: Krauzy
- Created: 2021-01-08T22:56:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T23:29:18.000Z (11 months ago)
- Last Synced: 2025-04-14T15:16:57.209Z (10 months ago)
- Topics: commit, github, github-activities
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Commit Bomb
A commit bomb that distributes commits on different dates, painting your activity chart green
## Start
```sh
npm run start
```
or
```sh
yarn start
```
## Dependencies
package.json
```sh
"dependencies": {
"jsonfile": "^6.1.0",
"moment": "^2.29.1",
"random": "^2.2.0",
"simple-git": "^2.31.0"
}
```
| Plugin | README |
| ------ | ------ |
| jsonfile | [jsonfile/README](https://www.npmjs.com/package/jsonfile) |
| moment | [moment/README](https://www.npmjs.com/package/moment) |
| random | [random/README](https://www.npmjs.com/package/random) |
| simple-git | [simple-git/README](https://www.npmjs.com/package/simple-git) |
## 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"
```js
const COMMIT_COUNTS = 1000;
```
## Example
### Before
[](https://github.com/Krauzy)
### After
[](https://github.com/Krauzy)
# License
Free