Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pointless-code/green-tiles
Makes your GitHub activity less depressing.
https://github.com/pointless-code/green-tiles
code dev docker funny github-activity graph pointless
Last synced: 11 days ago
JSON representation
Makes your GitHub activity less depressing.
- Host: GitHub
- URL: https://github.com/pointless-code/green-tiles
- Owner: pointless-code
- License: mit
- Created: 2024-09-04T15:53:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:41:56.000Z (5 months ago)
- Last Synced: 2024-11-14T17:28:24.913Z (2 months ago)
- Topics: code, dev, docker, funny, github-activity, graph, pointless
- Language: Shell
- Homepage: https://hub.docker.com/r/pointlesscode/green-tiles
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GreenTiles](https://github.com/user-attachments/assets/7cbe1060-fddf-4ee2-a192-c246263e90aa)
## About GreenTiles
Makes your GitHub activity less depressing.
## Pull from docker
```bash
docker pull pointlesscode/green-tiles:latestdocker 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
```bash
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
GitHub
DockerHub## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).