DEV Community

Muhammad Talha Khan
Muhammad Talha Khan Subscriber

Posted on

I built a CLI tool that writes your daily standup from git commits

I kept wasting the first 10 minutes of every morning trying to remember
what I worked on yesterday before writing my standup.

So I built standup-cli.

It does three things:

  1. Scans your git commits from the last 24 hours
  2. Asks what you're working on today + any blockers
  3. Formats a clean standup in plain, Slack, or Markdown format

Install it:
npm install -g standup-cli-tool
pip install standup-cli-tool

Then just run standup from any git repo.

This is v0.1 — small and focused. Would love feedback on what to add next.

GitHub: https://github.com/muhtalhakhan/standup-cli
ProductHunt: https://www.producthunt.com/products/standup-cli

Top comments (0)