i will not update the project if it suddenly stops working it is not my problem
This project provides a script for generating fake GitHub commits for testing purposes. Please note that using this code is at your own risk.
- Node.js (version 14-20.4)
This project provides a script for generating fake GitHub commits for testing purposes. Please note that using this code is at your own risk.
- Node.js (version 14-20.4)
-
Fork the repository:
Fork this repository to your own GitHub account. Click the "Fork" button at the top-right corner of this page.
-
Clone the forked repository using Visual Studio Code:
Open Visual Studio Code and click on the "View" menu, then select "Command Palette" (or use the shortcut
Ctrl+Shift+P
). Type "Git: Clone" and select it.Enter the URL of your forked repository (replace
your-username
with your GitHub username):https://github.com/your-username/Github-Commits-Faker.git
-
Clone the repository:
cd Github-Commits-Faker
-
Install dependencies:
npm install
To start generating fake commits, run the following command:
npm run setup
# or
npm run start
This will initiate the script to create random commits at intervals. The commit data will be written to a data.json file, and the commits will be pushed to the repository.
This code is intended for testing purposes only. Using this code in a real or production environment may have unintended consequences. Always use caution and be aware of the potential risks associated with fake data.