About | Technologies | Requirements | Starting | Author
Automated TypeScript script commits to a GitHub repo every 24 hours, updating a 'README.md' file with the day's number. Utilizes 'simple-git' for Git interactions and GitHub updates.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/AutoCommitDev/Auto-Commit
# Access
$ cd Auto-Commit
# Install dependencies
$ npm i
# Run the project
$ npm run start
Made with ❤️ by LautyDev