{"id":25615963,"url":"https://github.com/mzdun/proj-flow","last_synced_at":"2026-02-19T15:07:27.082Z","repository":{"id":273191656,"uuid":"912768943","full_name":"mzdun/proj-flow","owner":"mzdun","description":"Project maintenance, automated","archived":false,"fork":false,"pushed_at":"2026-02-09T15:22:09.000Z","size":612,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T19:56:31.039Z","etag":null,"topics":["build-tool","ci-cd","continuous-integration","cpp","cxx","dependencies","dependency-manager","developer","developer-tools","development","meta-buildtool","pipeline","tools-and-automation"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/proj-flow/","language":"Python","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/mzdun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-06T11:01:02.000Z","updated_at":"2026-02-09T15:22:13.000Z","dependencies_parsed_at":"2026-02-04T01:01:53.050Z","dependency_job_id":null,"html_url":"https://github.com/mzdun/proj-flow","commit_stats":null,"previous_names":["mzdun/cxx-flow","mzdun/proj-flow"],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/mzdun/proj-flow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzdun%2Fproj-flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzdun%2Fproj-flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzdun%2Fproj-flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzdun%2Fproj-flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mzdun","download_url":"https://codeload.github.com/mzdun/proj-flow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzdun%2Fproj-flow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29472879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"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":["build-tool","ci-cd","continuous-integration","cpp","cxx","dependencies","dependency-manager","developer","developer-tools","development","meta-buildtool","pipeline","tools-and-automation"],"created_at":"2025-02-22T03:32:17.437Z","updated_at":"2026-02-15T07:15:08.947Z","avatar_url":"https://github.com/mzdun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Flow\n\n[![Python package workflow badge](https://github.com/mzdun/proj-flow/actions/workflows/release.yml/badge.svg)](https://github.com/mzdun/proj-flow/actions)\n[![PyPI version badge](https://img.shields.io/pypi/v/proj-flow.svg)](https://pypi.python.org/pypi/proj-flow)\n[![PyPI License: MIT](https://img.shields.io/pypi/l/proj-flow.svg)](https://pypi.python.org/pypi/proj-flow)\n\n**Project Flow** aims at being a one-stop tool for C++ projects, from creating new\nproject, though building and verifying, all the way to publishing releases to\nthe repository. It will run a set of known steps and will happily consult your\nproject what do you want to call any subset of those steps.\n\nCurrently, it will make use of Conan for external dependencies, CMake presets\nfor config and build and GitHub CLI for releases.\n\n## Installation\n\nTo create a new project with _Project Flow_, first install it using pip:\n\n```sh\n(.venv) $ pip install proj-flow\n```\n\nEvery project created with _Project Flow_ has a self-bootstrapping helper script,\nwhich will install `proj-flow` if it is needed, using either current virtual\nenvironment or switching to a private virtual environment (created inside\n`.flow/.venv` directory). This is used by the GitHub workflow in the generated\nprojects through the `bootstrap` command.\n\nOn any platform, this command (and any other) may be called from the root of the\nproject with:\n\n```sh\npython .flow/flow.py bootstrap\n```\n\nFrom Bash with:\n\n```sh\n./flow bootstrap\n```\n\nFrom PowerShell with:\n\n```sh\n.\\flow bootstrap\n```\n\n## Creating a project\n\nA fresh C++ project can be created with a\n\n```sh\nproj-flow init cxx\n```\n\nThis command will ask multiple questions to build Mustache context for the\nproject template. For more information, see [the documentation](https://proj-flow.readthedocs.io/en/latest/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzdun%2Fproj-flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmzdun%2Fproj-flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzdun%2Fproj-flow/lists"}