Skip to content

Go back in time ⏱️ to collect metrics 📈 about your Git repository

Notifications You must be signed in to change notification settings

austil/GitTimeTraveler

Repository files navigation

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):

About

Go back in time ⏱️ to collect metrics 📈 about your Git repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published