{"id":18924329,"url":"https://github.com/warmachine028/github-super-starter-kit","last_synced_at":"2025-04-15T12:32:28.503Z","repository":{"id":163250178,"uuid":"638636543","full_name":"warmachine028/github-super-starter-kit","owner":"warmachine028","description":"Starter template repository with working GitHub actions for bootstrapping a new Project on GitHub.","archived":false,"fork":false,"pushed_at":"2025-01-04T13:56:35.000Z","size":12106,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T21:12:39.527Z","etag":null,"topics":["git","github","github-actions","github-workflow","readme-profile","readme-template","starter-template","template","template-repository"],"latest_commit_sha":null,"homepage":"","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/warmachine028.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-05-09T19:19:36.000Z","updated_at":"2025-01-04T13:55:50.000Z","dependencies_parsed_at":"2023-10-01T20:57:59.478Z","dependency_job_id":"44282061-e80b-430a-acec-5e92def6178d","html_url":"https://github.com/warmachine028/github-super-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Fgithub-super-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Fgithub-super-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Fgithub-super-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Fgithub-super-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warmachine028","download_url":"https://codeload.github.com/warmachine028/github-super-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072454,"owners_count":21208189,"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":["git","github","github-actions","github-workflow","readme-profile","readme-template","starter-template","template","template-repository"],"created_at":"2024-11-08T11:06:32.330Z","updated_at":"2025-04-15T12:32:28.494Z","avatar_url":"https://github.com/warmachine028.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"    updated on: 04th January 2025, Saturday\n\n\u003cdiv align=center\u003e\n    \u003ca href=\"https://github.com/warmachine028/github-super-starter-kit\"\u003e\n        \u003cimg width=\"200\" src=\"https://img.icons8.com/?size=1000\u0026id=46874\" alt=\"github-super-starter-kit\"\u003e\n    \u003c/a\u003e\n    \u003cp style=\"font-family: roboto,calibri,serif; font-size:12pt; font-style:italic\"\u003e A good one liner description here \u003c/p\u003e\n    \u003ca href=\"https://github.com/warmachine028/github-super-starter-kit/forks\"\u003e\n        \u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/warmachine028/github-super-starter-kit\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n# [Github Super Starter Kit](https://github.com/warmachine028/github-super-starter-kit)\n\n![line]\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Getting Started](#getting-started)\n- [Developement](#developement)\n- [Tech Stack Used](#tech-stack-used)\n- [Preview](#preview)\n- [Best Contributors](#best-contributors)\n- [License](#license)\n\n![line]\n\n## Introduction\n\n- A github template to automate basic initial workflows of a project.\n\n## Getting Started\n\n### Generating a repo from the template\n\n1. To configure automatic preview generation, replace [`url`](.github/take-snapshot.mjs#L5) with your hosted URL.\n2. Configure the [CodeQL Analysis](.github/workflows/codeql-analysis.yml) according to your tech stack/language.\n3. Configure [Dependabot](https://github.com/dependabot) alerts for package auto-updates and PRs for the package-manager of your choice inside [.github/dependabot.yml](.github/dependabot.yml)\n4. Configure the directories and cron jobs of the package managers _(eg. client/server)_ inside [.github/dependabot.yml](.github/dependabot.yml).\n5. By default **Dependabot Alerts** are enabled for npm only, the ones relevant to your project.\n6. Feel free to add your own sections _(eg. Configuring, Designs, Documents, Diagrams)_ in this readme according to your requirements, make sure to link those sections in the above [**Table of Contents**](#table-of-contents)\n7. You can find some free url-resourses below to find [markdown-badges], [icons] etc.\n\n### Forking this template\n\n- Run Initializer Action\n\n1. Go to **Actions** tab\n2. Enable workflows by Clicking on **green button** which says `I understand my workflows, go ahead and enable them`.\n3. Click on `🍴 Fork initialize` from Actions Sidebar.\n4. Click on `Run Workflow` in the **main** branch.\n5. Go to **Security** tab\n\n- Enable Dependabot Alerts\n\n1. Wait for the Run Initializer above step to complete.\n2. Go to [**Security**](https://github.com/warmachine028/github-super-starter-kit/security) tab.\n3. Click on **Security Overview**.\n4. Click on `Enable Dependabot alerts` button.\n\n- Enable Code Scanning Alerts\n\n1. Go to [Code security and analysis](https://github.com/SrijaAdhya12/github-super-starter-kit/settings/security_analysis#code_scanning_settings) section in settings.\n2. Enable subsequent **Graphs**, **updates** and **alerts**.\n3. Scroll down and go to **Tools** section set `CodeQL Analysis` to default.\n\n![line]\n\n## Developement\n\n- Steps used for development of this project\n- Build processes\n- CI/CD commands\n- Docker commands\n\n![line]\n\n## Tech Stack Used\n\n- GitHub\n- Markdown\n- Prettier\n- Dependabot\n- GitHub Actions\n- Yaml\n- JavaScript\n\n![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white) ![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge\u0026logo=markdown\u0026logoColor=white) ![Prettier](https://img.shields.io/badge/prettier-1A2B34?style=for-the-badge\u0026logo=prettier\u0026logoColor=pink) ![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge\u0026logo=dependabot\u0026logoColor=white) ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge\u0026logo=githubactions\u0026logoColor=white) ![YAML](https://img.shields.io/badge/yaml-%23ffffff.svg?style=for-the-badge\u0026logo=yaml\u0026logoColor=151515) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n\n![line]\n\n## Preview\n\n\u003cpicture align=\"center\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\".github/preview-light.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\".github/preview-dark.png\"\u003e\n    \u003cimg src=\".github/preview-light.png\" alt=\"preview\"\u003e\n\u003c/picture\u003e\n\n![line]\n\n## Best Contributors\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/warmachine028/github-super-starter-kit/graphs/contributors\"\u003e\n        \u003cimg src=\"https://contrib.rocks/image?repo=warmachine028/github-super-starter-kit\" alt=\"contributors\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n![line]\n\n## License\n\n- See [LICENSE]\n\n**Pritam Kundu, 2024**\n\n![line]\n\n## Thank you, everyone 💚\n\n[icons]: https://icons8.com\n[markdown-badges]: https://github.com/Ileriayo/markdown-badges\n[custom-icons]: https://simpleicons.org\n[line]: https://user-images.githubusercontent.com/75939390/137615281-3a875960-92cc-407f-97fe-fd2319bdb252.png\n[License]: https://github.com/warmachine028/github-super-starter-kit/blob/main/LICENSE\n\n\u003c!-- 04/01/25 --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarmachine028%2Fgithub-super-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarmachine028%2Fgithub-super-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarmachine028%2Fgithub-super-starter-kit/lists"}