{"id":16962506,"url":"https://github.com/threeal/project-starter","last_synced_at":"2026-01-28T01:33:01.608Z","repository":{"id":182471151,"uuid":"668546151","full_name":"threeal/project-starter","owner":"threeal","description":"A minimalist template for starting a new project on GitHub","archived":false,"fork":false,"pushed_at":"2025-12-21T11:42:50.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-23T03:16:49.985Z","etag":null,"topics":["github","project-template","template","template-project","templates"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threeal.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-20T04:21:26.000Z","updated_at":"2025-12-21T11:42:53.000Z","dependencies_parsed_at":"2024-03-23T15:34:05.053Z","dependency_job_id":"5f08f6fa-b37e-4241-9ff4-1ac68b9c5bca","html_url":"https://github.com/threeal/project-starter","commit_stats":null,"previous_names":["threeal/project-starter"],"tags_count":5,"template":true,"template_full_name":null,"purl":"pkg:github/threeal/project-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fproject-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fproject-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fproject-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fproject-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/project-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fproject-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"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":["github","project-template","template","template-project","templates"],"created_at":"2024-10-13T23:06:57.718Z","updated_at":"2026-01-28T01:33:01.602Z","avatar_url":"https://github.com/threeal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Starter\n\nA minimalist template for starting a new project on [GitHub](https://github.com/).\n\nThis template provides a basic setup for any kind of project on GitHub, independent of the project’s language or framework, with built-in support for formatting and continuous integration.\n\n## Key Features\n\n- Supports formatting with [dprint](https://dprint.dev/).\n- Fixes formatting during pre-commit hooks using [Lefthook](https://lefthook.dev/).\n- Preconfigured workflows for [Dependabot](https://docs.github.com/en/code-security/dependabot) and [GitHub Actions](https://github.com/features/actions).\n\n## Usage\n\nThis guide explains how to use this template to start a new project on GitHub.\n\n### Create a New Project\n\nFollow [this link](https://github.com/new?template_name=project-starter\u0026template_owner=threeal) to create a new project based on this template. For more information about creating a repository from a template on GitHub, refer to [this documentation](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).\n\nNext, clone the project you just created to your local machine. For more information, refer to [this documentation](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). Alternatively, you can skip creating a new project and directly clone this repository to begin using the template.\n\n### Set Up Tools\n\n#### Set Up Git Hooks\n\nThis template uses [Lefthook](https://lefthook.dev/) to manage Git hooks, especially the pre-commit hook. If you don't want to use Git hooks, you can skip this step.\n\nIf Lefthook is not installed on your system, install it by following [this documentation](https://lefthook.dev/installation/index.html). Then, install the Git hooks by running the following command:\n\n```sh\nlefthook install\n```\n\nAfter that, each commit to the project will trigger hooks that check for formatting. This ensures that committed files follow the specified rules. For more information on Lefthook and how it manages hooks, refer to [this documentation](https://lefthook.dev/usage/index.html).\n\n### Developing the Project\n\n#### Choose a License\n\nBy default, this template is [unlicensed](https://unlicense.org/). Before modifying the template, it is recommended to replace the [`LICENSE`](./LICENSE) file with the license you want to use for your project. For more information about licensing a repository, refer to [this documentation](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository).\n\nAlternatively, you can remove the `LICENSE` file or leave it as is to keep the project unlicensed.\n\n### Writing the Project\n\nModify each file in this template according to your needs. Refer to each file for more information about what to update.\n\nAlternatively, if you're looking for a language- or framework-specific template, you can refer to the following list:\n\n- [Node.js Starter](https://github.com/threeal/nodejs-starter): for starting a new [Node.js](https://nodejs.org/en) project.\n  - [Action Starter](https://github.com/threeal/action-starter): for starting a new [GitHub Action](https://github.com/features/actions) project.\n  - [Discord Bot Starter](https://github.com/threeal/discord-bot-starter): for starting a new [Discord](https://discord.com/) bot project.\n- [Python Starter](https://github.com/threeal/python-starter): for starting a new [Python](https://www.python.org/) project.\n- [C++ Starter](https://github.com/threeal/cpp-starter): for starting a new [C++](https://isocpp.org/) project.\n- [CMake Starter](https://github.com/threeal/cmake-starter/): for starting a new [CMake](https://cmake.org/) project.\n- [Composite Action Starter](https://github.com/threeal/composite-action-starter): for starting a new composite [GitHub Action](https://github.com/features/actions) project.\n\n#### Push the Changes\n\nAfter making your changes, commit them and push to GitHub. Each push to the `main` branch will trigger a GitHub Actions workflow for continuous integration. For more details on GitHub Actions workflows, refer to [this documentation](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions).\n\nInstead of pushing directly to the `main` branch, it is recommended to push to a separate branch and then create a pull request to merge into `main`. This allows changes to be reviewed and validated by GitHub Actions before merging. For more information on pull requests, refer to [this documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests).\n\n### What's Next?\n\nNext, you can release the project or share it with others. You can also create a new issue if you find something wrong in this template or open a new pull request if you have a suggestion for improvement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fproject-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Fproject-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fproject-starter/lists"}