A LOC counter for Github repositories employing cloc and gitim.
Uses gitim to clone all repositories accessible by a user (or limits it to a specified organization) and calculates the overall LOC for all cloned repositories.
- Git
- Github Account, optional an organization
- (Python3)
./setup.sh
./clocGits DOWNLOADFOLDERNAME USERNAME [ORGANIZATIONNAME]
DOWNLOADFOLDERNAME
: the subfolder into the repositories are clonedUSERNAME
: the Github username, a prompt asks for the password[ORGANIZATIONNAME]
: optional, limits the cloned repositories to the specified organization