{"id":13473969,"url":"https://github.com/arshadkazmi42/awesome-github-init","last_synced_at":"2026-01-21T10:37:29.491Z","repository":{"id":96463174,"uuid":"165505951","full_name":"arshadkazmi42/awesome-github-init","owner":"arshadkazmi42","description":":metal: Curated list of utilities required for setting up github repository","archived":false,"fork":false,"pushed_at":"2019-05-27T04:50:00.000Z","size":39,"stargazers_count":2,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-02T11:02:16.579Z","etag":null,"topics":["android","awesome-badges","awesome-contributing","awesome-readme","badges","contributing","es-lint","eslint","first-repo","github","gitignore","init","lint","nodejs","python","readme","tavis"],"latest_commit_sha":null,"homepage":"https://arshadkazmi42.github.io/awesome-github-init/","language":null,"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/arshadkazmi42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2019-01-13T13:02:51.000Z","updated_at":"2019-05-27T04:49:59.000Z","dependencies_parsed_at":"2023-04-05T03:38:12.462Z","dependency_job_id":null,"html_url":"https://github.com/arshadkazmi42/awesome-github-init","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arshadkazmi42/awesome-github-init","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fawesome-github-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fawesome-github-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fawesome-github-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fawesome-github-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arshadkazmi42","download_url":"https://codeload.github.com/arshadkazmi42/awesome-github-init/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arshadkazmi42%2Fawesome-github-init/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["android","awesome-badges","awesome-contributing","awesome-readme","badges","contributing","es-lint","eslint","first-repo","github","gitignore","init","lint","nodejs","python","readme","tavis"],"created_at":"2024-07-31T16:01:08.443Z","updated_at":"2026-01-21T10:37:29.474Z","avatar_url":"https://github.com/arshadkazmi42.png","language":null,"readme":"# awesome-github-init :metal:\n\n[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init)\n [![LICENSE](https://img.shields.io/github/license/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init/LICENSE)\n[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init/graphs/contributors)\n[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/awesome-github-init.svg)](https://github.com/arshadkazmi42/awesome-github-init/commits/master)\n\nGithub repository init kit, comprises of awesome docs and configs needed to setup a new gitub repository\n\n## Github Templates\n\nList of github templates for setting up a github respository\n\n- [Pull Request Template](https://github.com/arshadkazmi42/ak-url-validate/blob/master/PULL_REQUEST_TEMPLATE.md)\n- [Bug Request Template](https://github.com/arshadkazmi42/ak-logger/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) \n- [Feature Request Template](https://github.com/arshadkazmi42/ak-logger/blob/master/.github/ISSUE_TEMPLATE/feature_request.md)\n\n## Docs\n\nList of docs useful for setting up a github repository\n\n- [Code of Conduct](https://github.com/arshadkazmi42/ak-logger/blob/master/CODE_OF_CONDUCT.md#contributor-covenant-code-of-conduct)\n- [Contribution Guide](docs/contribution)\n- [Readme](docs/readme)\n\n## Configs\n\nList of configs useful for setting up and running projects\n\n- [.eslintrc.json](configs/linter)\n- [.travis.yml](configs/travis)\n- [.gitignore](configs/gitignore)\n\n## General\n\nList of general configs for framework/langauges\n\n- [Badges](general/badges.md)\n- [NodeJs](general/nodejs)\n- [Python](general/python)\n\n## CLI Tools\n\nList of cli tools which can help you with github tasks.\n\n- [flip-remote](https://github.com/arshadkazmi42/flip-remote)\n  - Switches your git config remote, from https to ssh\n- [gitifyme](https://github.com/arshadkazmi42/gitifyme)\n  - Configures your name and email in the currenct repository git config\n- [rhof-cli](https://github.com/arshadkazmi42/rhof-cli)\n  - Generates contributors hall of fame of respository to add in README.md\n- [upstreamit](https://github.com/gh-conf/upstreamit)\n  - Add upstream configuration for forked repository.\n\n## Contributors\n\nThank you to all the contributors who help in making this project better :raised_hands:\n\n\u003ca href=\"https://github.com/arshadkazmi42\"\u003e\u003cimg src=\"https://github.com/arshadkazmi42.png\" width=\"30\" /\u003e\u003c/a\u003e\u003ca href=\"https://github.com/marieram\"\u003e\u003cimg src=\"https://github.com/marieram.png\" width=\"30\" /\u003e\u003c/a\u003e\u003ca href=\"https://github.com/MIKOLAJW197\"\u003e\u003cimg src=\"https://github.com/MIKOLAJW197.png\" width=\"30\" /\u003e\u003c/a\u003e\n","funding_links":[],"categories":["Tools"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshadkazmi42%2Fawesome-github-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farshadkazmi42%2Fawesome-github-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farshadkazmi42%2Fawesome-github-init/lists"}