Makes your GitHub activity less depressing.
docker pull pointlesscode/green-tiles:latest
docker run \
-e GIT_EMAIL="your_git_email" \
-e GIT_URL="your_github_repo_in_ssh" \
-e START_DATE="2023-02-01" \
-e END_DATE="2023-12-30" \
-v path/to/your/local/ssh-key:/root/.ssh/my_ssh_key \
pointlesscode/green-tiles
- clone the project and cd to folder
- build and run the image
docker build -t green-tiles .
docker run \
-e GIT_EMAIL="your_git_email" \
-e GIT_URL="your_github_repo_in_ssh" \
-e START_DATE="2023-02-01" \
-e END_DATE="2023-12-30" \
-v path/to/your/local/ssh-key:/root/.ssh/my_ssh_key \
green-tiles
.less
Instagram
Twitter
GitHub
DockerHub
The project is open-sourced software licensed under the MIT license.