Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 775 Bytes

Git Time Traveler

Go back in time to collect metrics about your Git repository.

⚠️ This will force checkout your repos ! (but make a preventive stash just in case)

# Set it up
npm install
# Have look at the help
npm run start -- -h
# Run it on one of your Git repo to get lines of code count evolution during the last 6 months
npm run start -- --repo ../my-git-repo --script ./travel-stop-scripts/cloc.ts --stop-after 6
  • Temporal granularity : months
  • Output format : whatever you want (provided samples use CSV)

Similar projects (if this one doesn't fit your needs):