{"id":20444977,"url":"https://github.com/timo-reymann/project-partials","last_synced_at":"2025-06-17T12:35:35.603Z","repository":{"id":103227671,"uuid":"603462101","full_name":"timo-reymann/project-partials","owner":"timo-reymann","description":"Partial files for projects to copy\u0026pasta and adjust","archived":false,"fork":false,"pushed_at":"2024-04-01T17:30:15.000Z","size":59,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T08:36:48.423Z","etag":null,"topics":["markdown","partials"],"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/timo-reymann.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},"funding":{"github":["timo-reymann"],"custom":["https://www.buymeacoffee.com/timoreymann","Buy me a coffee"]}},"created_at":"2023-02-18T15:35:01.000Z","updated_at":"2023-02-19T00:04:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"40476c5c-7738-4459-a8d3-c7a49d5a9124","html_url":"https://github.com/timo-reymann/project-partials","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"20fa1ef1bf8d48e44d5fd7ca46d6ab8c8d55ae06"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timo-reymann/project-partials","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2Fproject-partials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2Fproject-partials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2Fproject-partials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2Fproject-partials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timo-reymann","download_url":"https://codeload.github.com/timo-reymann/project-partials/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timo-reymann%2Fproject-partials/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260358901,"owners_count":22997146,"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":["markdown","partials"],"created_at":"2024-11-15T10:10:26.136Z","updated_at":"2025-06-17T12:35:30.585Z","avatar_url":"https://github.com/timo-reymann.png","language":null,"funding_links":["https://github.com/sponsors/timo-reymann","https://www.buymeacoffee.com/timoreymann","Buy me a coffee"],"categories":[],"sub_categories":[],"readme":"project-partials\n===\n[![LICENSE](https://img.shields.io/github/license/timo-reymann/project-partials)](https://github.com/timo-reymann/project-partials/blob/main/LICENSE)\n\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg width=\"300\" src=\".github/images/logo.png\"\u003e\n    \u003cbr /\u003e\n    Partial files for projects to copy\u0026pasta and adjust\n\u003c/p\u003e\n\n## Usage\n\n### Contribution guidelines\n\n#### Contribution guidelines for projects using CircleCI\n- [Template](./partials/CONTRIBUTING.circleci.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=Human project name\n  export LICENSE_NAME=license name\n  export REPO_SLUG_NAME=repo-name-github\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/CONTRIBUTING.circleci.md | envsubst\n  ```\n#### Contribution guidelines for projects using GitHub Actions\n- [Template](./partials/CONTRIBUTING.github-actions.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=Human project name\n  export LICENSE_NAME=license name\n  export REPO_SLUG_NAME=repo-name-github\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/CONTRIBUTING.github-actions.md | envsubst\n  ```\n\n#### Contribution guidelines for projects using no pipeline\n- [Template](./partials/CONTRIBUTING.no-pipeline.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=Human project name\n  export LICENSE_NAME=license name\n  export REPO_SLUG_NAME=repo-name-github\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/CONTRIBUTING.no-pipeline.md | envsubst\n  ```\n\n### READMEs\n\n#### README with Circleci or GitHub Workflow\n- [Template](./partials/README.general.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=Human project name\n  export REPO_SLUG_NAME=repo-name-github\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/README.general.md | envsubst\n  ```\n\n#### README for GitHub Action\n- [Template](./partials/README.github-action.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=my-action\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/README.github-action.md | envsubst\n  ```\n#### README for Slides\n- [Template](./partials/README.slides.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=my-action\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/README.slides.md | envsubst\n  ```\n\n#### README for Homebrew formulas\n- [Template](./partials/README.homebrew.md)\n- Templating:\n  ```bash\n  export PROJECT_NAME=my-source-project\n  curl -sS https://raw.githubusercontent.com/timo-reymann/project-partials/main/partials/README.homebrew.md | envsubst\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimo-reymann%2Fproject-partials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimo-reymann%2Fproject-partials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimo-reymann%2Fproject-partials/lists"}