Skip to content

pointless-code/green-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.