― A Node.js script that automates making random Git commits with dates within the past year using simple-git and momentjs
A Node.js script designed to automate the process of making random commits to a specified file within a Git repository. Utilizing simple-git for streamlined Git operations and moment for precise date manipulation, this tool simulates a realistic commit history by generating random commit dates within the past year. It writes these dates to a file and performs multiple commits based on user-defined parameters, making it ideal for testing and demonstration purposes. The project leverages Node.js for server-side execution, simple-git to interact with Git, and moment to handle date generation and formatting. This script simplifies the process of creating varied commit histories, enhancing the functionality of Git repositories for development and testing scenarios.