{"id":17239161,"url":"https://github.com/binarymuse/contributify","last_synced_at":"2026-02-16T10:01:42.225Z","repository":{"id":47333947,"uuid":"198526884","full_name":"BinaryMuse/contributify","owner":"BinaryMuse","description":"Programmatically generate a GitHub contribution graph","archived":false,"fork":false,"pushed_at":"2023-01-06T18:31:38.000Z","size":332,"stargazers_count":2,"open_issues_count":9,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T20:44:55.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BinaryMuse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-24T00:14:55.000Z","updated_at":"2022-05-08T12:01:06.000Z","dependencies_parsed_at":"2023-02-06T07:46:35.581Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMuse/contributify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BinaryMuse/contributify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fcontributify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fcontributify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fcontributify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fcontributify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMuse","download_url":"https://codeload.github.com/BinaryMuse/contributify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fcontributify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29505663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T05:47:54.261Z","updated_at":"2026-02-16T10:01:42.181Z","avatar_url":"https://github.com/BinaryMuse.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contributify\n\nCreate a repository populated with empty commits based on a configuration file. Useful for populating a GitHub contribution graph.\n\n## Usage\n\nContributify generates commits based on a [TOML](https://github.com/toml-lang/toml) configuration file. See [Configuration](#configuration) for more details.\n\n```bash\n# Create a new repo based on the configuration in 'settings.toml'.\n# The repository will be created at `~/my-new-repo`\nnpx contributify create settings.toml ~/my-new-repo\n```\n\n## Configuration\n\nContributify is configured via a configuration file written in [TOML](https://github.com/toml-lang/toml).\n\n```toml\n[settings]\n# The `start` and `end` values control which days commits are generated for.\n# All dates are in `YYYYMMDD` format.\nstart = \"20210101\"\nend = \"20211231\"\n\n# Set `tzOffset` to your timezone offset\ntzOffset = -7\n\n# `skipChance` and `weekendSkipChance` are values from 0 to 1\n# that specify how likely it is that a day has no commits whatsoever.\n# A value of `0` will never skip a day, and `1` will always skip every day.\nskipChance = 0.1\nweekendSkipChance = 0.6\n\n# The `author` settings control the name and email used to generate commits.\n[settings.author]\nname = \"Your Name\"\nemail = \"your@email.com\"\n\n# Ranges control how many commits are generated for each day,\n# based on a minimum and maximum.\n[settings.range.normal]\nmin = 1\nmax = 50\n\n# You may specify separate values for weekends, but this is\n# optional if you want to use the same values as for weekdays.\n[settings.range.weekend]\nmin = 1\nmax = 10\n\n# You may optionally specify any number of overrides, which specify\n# different settings for specific date ranges. Useful for generating\n# less commits over vacations and holidays.\n[[overrides]]\n  start = \"20211218\"\n  end = \"20211231\"\n\n  [overrides.settings]\n  skipChance = 0.9\n  weekendSkipChance = 0.95\n\n  [overrides.settings.range.normal]\n  min = 1\n  max = 3\n\n  [overrides.settings.range.weekend]\n  min = 1\n  max = 3\n\n# This override overlaps with the previous one; in such a case, the\n# override listed last takes precedence.\n[[overrides]]\n  start = \"20211225\"\n  end = \"20211225\"\n\n  [overrides.settings]\n  skipChance = 1\n  weekendSkipChance = 1\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fcontributify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymuse%2Fcontributify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fcontributify/lists"}