Skip to content

A small utility to generate an image based on the SHA values of a Github tree

Notifications You must be signed in to change notification settings

philwc/repo-col

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-col

A small utility to generate an image based on the SHA values of a github tree.

Usage

Docker Usage

docker run -v $(pwd):/app/images philwc/repo-col [OWNER/REPO NAME]

docker run -v $(pwd):/app/images philwc/repo-col philwc/repo-col

Manual Usage

pip3 install -r requirements.txt

./main.py [OWNER/REPO NAME]

Help

Docker Help

docker run -v $(pwd):/app/images philwc/repo-col -h

Manual Help

pip3 install -r requirements.txt

./main.py -h

Examples

torvalds/linux

torvalds/linux

python/cpython

python/cpython

microsoft/vscode

microsoft/vscode

philwc/repo-col

philwc/repo-col

About

A small utility to generate an image based on the SHA values of a Github tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published