fake-it-til-you-git
Version:
A modern CLI tool to generate fake Git commit history for your GitHub/GitLab profile
23 lines • 449 B
JSON
{
"author": {
"name": "Your Name",
"email": "your.email@example.com"
},
"dateRange": {
"startDate": "2023-01-01",
"endDate": "2023-12-31"
},
"commits": {
"maxPerDay": 10,
"distribution": "random",
"messageStyle": "default"
},
"options": {
"preview": false,
"push": false,
"verbose": false,
"dev": true,
"repositoryPath": "."
},
"seed": "my-reproducible-seed"
}