Sign inSign up

pointlesscode/green-tiles

By pointlesscode

•Updated about 2 years ago

Makes your GitHub activity less depressing.

Image
Developer tools
0

2.5K

pointlesscode/green-tiles repository overview

GreenTiles

⁠About GreenTiles

Makes your GitHub activity less depressing.

⁠Pull from docker

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

⁠Build it yourself

  • 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 

⁠Social

.less⁠
Instagram⁠
Twitter⁠
GitHub⁠
DockerHub⁠

⁠License

The project is open-sourced software licensed under the MIT license⁠.

Tag summary

Content type

Image

Digest

sha256:5ab49b8b5…

Size

12.7 MB

Last updated

about 2 years ago

docker pull pointlesscode/green-tiles