{"id":15349719,"url":"https://github.com/psiace/meco","last_synced_at":"2026-04-28T11:35:00.501Z","repository":{"id":106409537,"uuid":"230488887","full_name":"PsiACE/meco","owner":"PsiACE","description":"Just Another C/C++ project template built with Meson.","archived":false,"fork":false,"pushed_at":"2020-02-15T20:41:24.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T22:13:26.792Z","etag":null,"topics":["c","cpp","meson","template-project"],"latest_commit_sha":null,"homepage":"","language":"Meson","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/PsiACE.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}},"created_at":"2019-12-27T17:46:48.000Z","updated_at":"2020-08-19T06:52:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"17f09415-e88b-444f-981e-5c69fe6deaf5","html_url":"https://github.com/PsiACE/meco","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"b94fe7c469579a8edee44bdc6df486d175c3a9b0"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsiACE%2Fmeco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsiACE%2Fmeco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsiACE%2Fmeco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsiACE%2Fmeco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PsiACE","download_url":"https://codeload.github.com/PsiACE/meco/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245907556,"owners_count":20691956,"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":["c","cpp","meson","template-project"],"created_at":"2024-10-01T11:55:22.056Z","updated_at":"2026-04-28T11:34:55.477Z","avatar_url":"https://github.com/PsiACE.png","language":"Meson","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meco\n\n\u003e Some things are useless, but try them anyway.\n\nMeco, a C project template with Meson.\n\nIt was created because I once blamed my poor C programming skills on the lack of a project template. :)\n\n_**Note:**_ There is still a lot of work to do, but it is currently available.\n\n## Features\n\n- Basic project skeleton.\n- CI with github workflow.\n- Simple script for easy development.\n\n## TODO\n\n- [ ] Documentation support.\n- [ ] Try unit tests.\n\n## Usage\n\nIf you want to try it, consider installing the `meson` build system, and `ninja` must also be installed with it.\nFor example, on the fedora platform, run `dnf install meson`.\n\n### Basic\n\n```bash\ngit clone git@github.com:PsiACE/meco.git your-awesome-project\n# or `git clone https://github.com/psiace/meco.git your-awesome-project`\ncd your-awesome-project\n```\n\nReplace `meco` in all text with `your-awesome-project`. And then:\n\n```bash\nmeson builddir\nninja -C builddir # -j8\nmeson install # for test, just run `./builddir/src/your-awesome-project`\n```\n\nNow it should be added to your system. You can run `your-awesome-project` in the terminal.\n\n### Other\n\nIn addition, the three subcommands `release`, `format` and `run` are provided for easy use.\n\nJust run `ninja -C builddir \u003csubcommand\u003e`.\n\nPlease modify scripts or files to carry out your custom activities.\n\n_**Note:**_ Since the `format` script relies on `clang-format`, consider installing it.\n\n## Contact\n\nChojan Shang - [@PsiACE](https://github.com/psiace) - \u003cpsiace@outlook.com\u003e\n\nProject Link: [https://github.com/psiace/meco](https://github.com/psiace/meco)\n\n## License\n\n- MIT license ([LICENSE](./LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsiace%2Fmeco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsiace%2Fmeco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsiace%2Fmeco/lists"}