No description
Find a file
2024-08-25 14:59:10 +02:00
scripts init 2024-08-25 14:59:10 +02:00
util init 2024-08-25 14:59:10 +02:00
.gitignore init 2024-08-25 14:59:10 +02:00
README.md init 2024-08-25 14:59:10 +02:00

Giterator Presets

Prebuild presets / examples for usage of giterator.

Usage

Common scripts are in ./scripts and utilities like visualization are in ./utils.

Usage:

# Run a script on a repo
giterator -s [SCRIPT] [REPO]

# Run a script on a repo and visualize the results over time
giterator -j -s [SCRIPT] [REPO]|python3 ./util/over_time_vis.py

# Example: Visualize LOC (Lines of Code) over time
giterator -j -s ./scripts/loc.sh [REPO]|python3 ./util/over_time_vis.py