{"id":16551238,"url":"https://github.com/michaelcurrin/generic-project-template","last_synced_at":"2025-10-28T18:31:28.920Z","repository":{"id":39948128,"uuid":"334438397","full_name":"MichaelCurrin/generic-project-template","owner":"MichaelCurrin","description":"Starter template for a project in any programming language - including docs, Makefile, and GH Actions CI","archived":false,"fork":false,"pushed_at":"2021-12-04T16:52:47.000Z","size":403,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T17:11:13.092Z","etag":null,"topics":["base","documentation-template","generic","github-actions","quickstart","starter","template"],"latest_commit_sha":null,"homepage":"https://michaelcurrin.github.io/generic-project-template/","language":"Makefile","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/MichaelCurrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-30T14:57:37.000Z","updated_at":"2024-06-01T07:43:57.000Z","dependencies_parsed_at":"2022-09-23T01:12:18.808Z","dependency_job_id":null,"html_url":"https://github.com/MichaelCurrin/generic-project-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fgeneric-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fgeneric-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fgeneric-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fgeneric-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/generic-project-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238700287,"owners_count":19515896,"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":["base","documentation-template","generic","github-actions","quickstart","starter","template"],"created_at":"2024-10-11T19:36:43.238Z","updated_at":"2025-10-28T18:31:28.521Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generic Project Template\n\u003e Starter template for a project in any programming language - including docs, Makefile, and GH Actions CI\n\n_TODO: Generate more badges with [Badge Generator](https://michaelcurrin.github.io/badge-generator/)._\n\n\u003c!-- Badges generated with https://michaelcurrin.github.io/badge-generator/ --\u003e\n[![Placeholder CI](https://github.com/MichaelCurrin/generic-project-template/workflows/Placeholder%20CI/badge.svg)](https://github.com/MichaelCurrin/generic-project-template/actions?query=workflow:\"Placeholder+CI\" \"Go GitHub Actions workflow\")\n[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/generic-project-template?include_prereleases=\u0026sort=semver)](https://github.com/MichaelCurrin/generic-project-template/releases/ \"Go to GitHub releases\")\n[![License](https://img.shields.io/badge/License-MIT-blue)](#license \"Go to license section\")\n\n_TODO: Add badges here to show your project was made with Python, Node, Go, etc. Copy from Badge Generator [Catalogue](https://michaelcurrin.github.io/badge-generator/#/catalogue)._\n\n\n## How to use this starter project\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!-- TODO: Remove this template section from your copy. --\u003e\n\n[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge)](https://github.com/MichaelCurrin/generic-project-template/generate)\n\n\u003c/div\u003e\n\nSee the [Template Notes](/docs/template-notes/) part of the docs for more info.\n\n\n## Preview\n\n_TODO: This is the docs site part as that's all there is. You could use a screenshot of your website, or of sample input and output in the CLI or a scripting language._\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://michaelcurrin.github.io/generic-project-template/\"\u003e\n        \u003cimg src=\"/sample.png\" alt=\"Sample screenshot\" title=\"Go to website\" width=\"400\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!-- TODO: Point this at your website or your docs site. --\u003e\n[![View site - GH Pages](https://img.shields.io/badge/View_site-GH_Pages-2ea44f?style=for-the-badge)](https://michaelcurrin.github.io/generic-project-template/)\n\n\u003c/div\u003e\n\n\n## Sample usage\n\n_TODO: Add just a few lines to show how to use your application. Such as an Python/Node interpreter snippet or shell snippet._\n\n```sh\n$ foo-bar --help\n```\n\n```sh\n$ make install\n$ make run\n```\n\n\n## Documentation\n\n_This is template project doesn't actually run any code, but it comes with a minimal docs site with some placeholder values linked below. Mostly using `make` commands for the [Makefile](/Makefile) - this is aimed at macOS and Linux users._\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!-- TODO: Replace with your own docs site URL. --\u003e\n[![View - Online docs](https://img.shields.io/badge/View-Online_docs-blue?style=for-the-badge)](https://michaelcurrin.github.io/generic-project-template/ \"Go to online documentation\")\n\n\u003c/div\u003e\n\n_If you don't want a docs site, you can just link to your docs directory_.\n\n\u003cdiv align=\"center\"\u003e\n\n[![View - Documentation](https://img.shields.io/badge/View-Documentation-blue?style=for-the-badge)](/docs/ \"Go to documentation directory\")\n\n\u003c/div\u003e\n\n\n## License\n\n\u003c!-- TODO: Replace with your username and update the LICENSE file contents. --\u003e\nReleased under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fgeneric-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Fgeneric-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fgeneric-project-template/lists"}