https://github.com/simonstnn/contribution-tracker
https://github.com/simonstnn/contribution-tracker
contribution-graph contributions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonstnn/contribution-tracker
- Owner: SimonStnn
- License: mit
- Created: 2023-06-16T14:29:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T12:02:19.000Z (over 2 years ago)
- Last Synced: 2025-04-15T09:58:03.865Z (about 1 year ago)
- Topics: contribution-graph, contributions
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contribution tracker
## What is this repository used for?
This repository is used to track your contributions to other repositories that are not in github.
## Contributions
You can view your contributions [here](./contributions.md).
## Automatically add contributions
You can automatically add contributions to this repository by using the following command:
```bash
./add-contribution.sh <-m > [-r ] [-i ] [-n] [-d]
```
| Option | Required? | Type | Default value | Description |
| ------ |:---------:|:----:|:-------------:|:----------- |
| -m | ✔️ | string | | The commit message to use when committing the changes to this repository. |
| -r | ❌ | string | `-` | The name of the repo you contributed to. |
| -i | ❌ | number | 1 | How many times to iterate over the script. This is useful if you want to add multiple contributions at once. |
| -n | ❌ | bool | false | Add a new day to your contributions. |
| -d | ❌ | bool | false | Do a "dry-run". Don't make changes or commits, just log it to console. Can be used for debug purposes. |
Using this script will help you add your contributions quickly and easily.