{"id":21412833,"url":"https://github.com/hunghg255/contributorkit","last_synced_at":"2026-03-02T15:33:58.538Z","repository":{"id":237982161,"uuid":"795494195","full_name":"hunghg255/contributorkit","owner":"hunghg255","description":"Toolkit for generating contributors images","archived":false,"fork":false,"pushed_at":"2024-11-07T15:53:09.000Z","size":16857,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T13:15:24.669Z","etag":null,"topics":["contributors","generator","npm","package"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hunghg255.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["hunghg255"]}},"created_at":"2024-05-03T12:04:49.000Z","updated_at":"2024-11-07T15:53:10.000Z","dependencies_parsed_at":"2024-05-03T19:31:49.183Z","dependency_job_id":"ff282d5c-3150-4051-8c26-702d90cea4bc","html_url":"https://github.com/hunghg255/contributorkit","commit_stats":null,"previous_names":["hunghg255/contributorkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hunghg255/contributorkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fcontributorkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fcontributorkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fcontributorkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fcontributorkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hunghg255","download_url":"https://codeload.github.com/hunghg255/contributorkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunghg255%2Fcontributorkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["contributors","generator","npm","package"],"created_at":"2024-11-22T18:15:55.243Z","updated_at":"2026-03-02T15:33:53.489Z","avatar_url":"https://github.com/hunghg255.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hunghg255"],"categories":[],"sub_categories":[],"readme":"# contributorkit\n\n[![NPM version](https://img.shields.io/npm/v/contributorkit?color=a1b858\u0026label=)](https://www.npmjs.com/package/contributorkit)\n\nToolkit for generating contributors images.\n\n## Usage\n\nRun:\n\n```base\nnpx contributorkit\n```\n\n[Example Setup](./example/) | [GitHub Actions Setup](https://github.com/hunghg255/contributorkit/blob/main/.github/workflows/scheduler.yml) | [Generated SVG](https://cdn.jsdelivr.net/gh/hunghg255/contributorkit/example/contributor.svg)\n\n## Configurations\n\nCreate `contributorkit.config.js` file with:\n\n```ts\nimport { defineConfig, tierPresets } from 'contributorkit'\n\nexport default defineConfig({\n  outputDir: '.',\n  owner: 'vercel',\n  repo: 'next.js',\n  renders: [\n    {\n      name: 'contributor',\n      width: 800,\n      formats: ['svg', 'png'],\n    },\n    {\n      name: 'contributor-wide',\n      width: 1000,\n      formats: ['svg'],\n    },\n    {\n      renderer: 'circles',\n      name: 'contributor-circles',\n      width: 1000,\n    },\n  ],\n})\n```\n\nAlso check [the example](./example/).\n\n## Utils\n\nCheck the type definition or source code for more utils available.\n\n## Renderers\n\nWe provide two renderers built-in:\n\n- `tiers`: Render sponsors in tiers.\n- `circles`: Render sponsors in packed circles.\n\n### Tiers Renderer\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/hunghg255/contributorkit/example/contributor.svg\"\u003e\n    \u003cimg src='https://cdn.jsdelivr.net/gh/hunghg255/contributorkit/example/contributor.svg'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### Circles Renderer\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/hunghg255/contributorkit/example/contributor-circles.svg\"\u003e\n    \u003cimg src='https://cdn.jsdelivr.net/gh/hunghg255/contributorkit/example/contributor-circles.svg'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\n[MIT](./LICENSE) License © 2024 [Hung](https://github.com/hunghg255)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunghg255%2Fcontributorkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunghg255%2Fcontributorkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunghg255%2Fcontributorkit/lists"}