{"id":21410299,"url":"https://github.com/nirmalyax/git-bot","last_synced_at":"2025-07-18T16:35:33.946Z","repository":{"id":206857264,"uuid":"717849619","full_name":"nirmalyax/Git-Bot","owner":"nirmalyax","description":"Git Bot is a Node.js tool automating the creation of random-date commits in Git repositories. Ideal for testing and simulating diverse commit histories.","archived":false,"fork":false,"pushed_at":"2023-11-16T19:26:38.000Z","size":1026,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T04:41:31.043Z","etag":null,"topics":["commit","git","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nirmalyax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-12T19:40:17.000Z","updated_at":"2023-11-15T09:51:25.000Z","dependencies_parsed_at":"2023-11-13T21:25:06.853Z","dependency_job_id":"47ff9fc2-1a5c-43e5-a56b-231c74c25ecf","html_url":"https://github.com/nirmalyax/Git-Bot","commit_stats":null,"previous_names":["nirmalyax/git-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2FGit-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2FGit-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2FGit-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nirmalyax%2FGit-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nirmalyax","download_url":"https://codeload.github.com/nirmalyax/Git-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910724,"owners_count":20367538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commit","git","nodejs"],"created_at":"2024-11-22T17:39:04.873Z","updated_at":"2025-03-16T17:47:31.465Z","avatar_url":"https://github.com/nirmalyax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Bot\n\nGit Bot is a Node.js application that automates the process of creating commits with random dates in a Git repository. This tool can be useful for testing and simulating commit histories with diverse timestamp scenarios.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [License](#license)\n\n## Installation\n\nTo use Git Bot, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/nirmalyax/Git-Bot.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Git-Bot\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm is already provided \n   ```\n\n## Usage\n\nTo run Git Bot, use the following command:\n\n```bash\nnode index.js\n```\n\nThis command will generate random commits with different dates and push them to the remote repository.\n\n**Note:** Ensure that you are in the correct Git repository before running the command.\n\n## Configuration\n\nYou can customize the behavior of Git Bot by modifying the `config.js` file. The configuration file includes options such as the number of commits to generate, the starting date, and the commit message format.\n\n```javascript\n// config.js\n\n const x = random.integer(0, 54);\n  const y = random.integer(0, 6);\n  const DATE = moment()\n    .subtract(1, \"y\")\n    .add(1, \"d\")\n    .add(x, \"w\")\n    .add(y, \"d\")\n    .format();\n```\n\nAdjust these options according to your requirements.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirmalyax%2Fgit-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirmalyax%2Fgit-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirmalyax%2Fgit-bot/lists"}