A simple CLI tool which structures git commits accross all your projects, by contributor, to produce per-person reports on contribution activity accross a specified timeframe. If you have an AI agent configured locally (cursor-cli, claude) the --use-agent flag can be passed for elaboration.
an independent distribution of docsme written in python is available here
- ⚡ Fast and lightweight
- 🧰 Simple CLI interface
- 📦 Easy install via
curl - 🔧 No dependencies (just bash)
Install the latest version:
curl -fsSL https://raw.githubusercontent.com/lramos0/docsme/main/install.sh | bashInstall a specific version:
curl -fsSL https://raw.githubusercontent.com/lramos0/docsme/main/install.sh | bash -s -- v1.0.0docsme --helpdocsmecurl -fsSL https://raw.githubusercontent.com/lramos0/docsme/main/install.sh | bashsudo rm /usr/local/bin/docsmeClone the repo:
git clone https://github.com/lramos0/docsme.git
cd docsmeRun locally:
./bin/docsmeMIT © yourname