{"id":32368896,"url":"https://github.com/rahil1202/let-him-commit","last_synced_at":"2026-04-08T20:03:02.652Z","repository":{"id":319524058,"uuid":"1078804719","full_name":"rahil1202/let-him-commit","owner":"rahil1202","description":"The package for doing git commit but in history","archived":false,"fork":false,"pushed_at":"2025-10-20T07:44:07.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T08:13:58.741Z","etag":null,"topics":["commit","git","github","history","javascript","nodejs","npm","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/let-him-commit","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahil1202.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-18T13:11:45.000Z","updated_at":"2025-10-22T07:11:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rahil1202/let-him-commit","commit_stats":null,"previous_names":["rahil1202/git-back"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahil1202/let-him-commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2Flet-him-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2Flet-him-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2Flet-him-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2Flet-him-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahil1202","download_url":"https://codeload.github.com/rahil1202/let-him-commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2Flet-him-commit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","github","history","javascript","nodejs","npm","npm-package"],"created_at":"2025-10-24T19:35:55.028Z","updated_at":"2026-04-08T20:03:02.561Z","avatar_url":"https://github.com/rahil1202.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# 🍳 Hold Up! Let-Him-Commit\r\n\r\n**By [Rahil Vahora](https://github.com/rahil1202)**  \r\n_“Because sometimes, you just gotta let him commit...”_\r\n\r\n---\r\n\r\n## 🔧 What is this?\r\n\r\n**Let-Him-Commit** is a fun yet educational CLI tool that automates **GitHub commit generation** and let you commit in the **Past, yes you can commit in the past/history**—  \r\nthink of it as your *Git time machine*.  \r\n\r\nIt helps you learn how automation, APIs, and date-based commit scripting work, all while producing beautiful commit graphs.\r\n\r\n\u003e ⚠️ **Disclaimer:** This is for **educational purposes only**.  \r\n\u003e Do **not** use it to mislead others or fake contributions.  \r\n\u003e Always use your **own GitHub account** and **private repos**.\r\n\r\n---\r\n\r\n## 🚀 Quick Start\r\n\r\nYou can use **Let-Him-Commit** directly with npm — no cloning required!\r\n\r\n### 🔹 Option 1: Run instantly using NPX\r\n```bash\r\nnpx let-him-commit\r\n````\r\n\r\n### 🔹 Option 2: Install globally\r\n\r\n```bash\r\nnpm install -g let-him-commit\r\n```\r\n\r\nThen just run:\r\n\r\n```bash\r\nlet-him-commit\r\n```\r\n\r\n### 🔹 Option 3: Clone manually\r\n\r\nIf you want to explore or modify the source code:\r\n\r\n```bash\r\ngit clone https://github.com/rahil1202/let-him-commit.git\r\ncd let-him-commit\r\nnpm install\r\nnpm run start\r\n```\r\n\r\n---\r\n\r\n## ⚙️ How It Works\r\n\r\n1. The tool clones or creates a **private repository** (default: `let-him-cook` 🍳).\r\n2. It generates **commits across selected dates** using a customizable commit range (default: 2–5 per day).\r\n3. Each commit message is templated — you can customize or randomize it.\r\n4. It automatically pushes commits in controlled batches to prevent GitHub rate limits.\r\n5. You get a **beautiful commit history** in minutes.\r\n\r\n---\r\n\r\n## 💡 Example Usage\r\n\r\n```bash\r\nlet-him-commit\r\n```\r\n\r\nThen follow the prompts to:\r\n\r\n* Paste your **GitHub Personal Access Token**\r\n* Enter a **repo name** (`let-him-cook` by default)\r\n* Select **start \u0026 end dates**\r\n* Set a **commit range per day**\r\n* Confirm and watch the magic happen ✨\r\n\r\n---\r\n\r\n## 🎯 Educational Goals\r\n\r\n* Learn how to automate Git commits using Node.js and TypeScript\r\n* Understand GitHub API integration and repo automation\r\n* Practice CLI UX design and prompt flows\r\n* Explore date-based scripting and commit batching\r\n\r\n---\r\n\r\n## 🧩 Tech Stack\r\n\r\n* **Node.js + TypeScript**\r\n* **Inquirer** for CLI interaction\r\n* **Axios** for GitHub API calls\r\n* **Chalk** for colored terminal output\r\n* **CLI-Progress** for progress visualization\r\n* **Zod** for input validation\r\n\r\n---\r\n\r\n## 🧱 Repo Info\r\n\r\nThis repository (`let-him-cook`) is automatically generated by **Let-Him-Commit**.\r\nIt demonstrates backdated commit creation for learning and experimentation.\r\n\r\n---\r\n\r\n## 🪪 License\r\n\r\n**Apache License** © 2025 [Rahil Vahora](https://github.com/rahil1202)\r\n\r\n---\r\n\r\n## 💬 Contributing\r\n\r\nWant to improve this or add new features (like funky commit messages or new templates)?\r\nPull requests are welcome! 🙌\r\n👉 [GitHub Repository](https://github.com/rahil1202/let-him-commit)\r\n\r\n---\r\n\r\n## ❤️ Fun Fact\r\n\r\n\u003e “Give a dev a repo, and he commits for a day.\r\n\u003e Teach a dev to automate commits, and he’ll let him commit forever.” 😎\r\n---\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahil1202%2Flet-him-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahil1202%2Flet-him-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahil1202%2Flet-him-commit/lists"}