Script that generates GitHub activity for given ranges.
- Clone the repository
git clone https://github.com/furkandoganktf/github-activity-maker.git - Install the required packages
npm install - Update the index.js date ranges.
generateActivity(startDate,endDate) - Run the code
npm run start - Push the changes
