{"id":19438110,"url":"https://github.com/funkymed/homebrew-fteam","last_synced_at":"2026-05-04T10:31:39.034Z","repository":{"id":68215252,"uuid":"402106241","full_name":"funkymed/homebrew-fteam","owner":"funkymed","description":"A tool to display in cli the current status, progress, and celerity of the team.","archived":false,"fork":false,"pushed_at":"2021-09-02T20:49:28.000Z","size":1853,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T21:26:22.798Z","etag":null,"topics":["cli","gitlab","hombrew-tap","homebrew","homebrew-formula","shell"],"latest_commit_sha":null,"homepage":"https://medium.com/@cyrilgeorgespereira/how-to-manage-celerities-in-a-sprint-with-feature-team-965953d19e7f","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funkymed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-01T15:14:12.000Z","updated_at":"2021-09-06T15:46:10.000Z","dependencies_parsed_at":"2023-03-23T23:18:57.900Z","dependency_job_id":null,"html_url":"https://github.com/funkymed/homebrew-fteam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkymed%2Fhomebrew-fteam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkymed%2Fhomebrew-fteam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkymed%2Fhomebrew-fteam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funkymed%2Fhomebrew-fteam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funkymed","download_url":"https://codeload.github.com/funkymed/homebrew-fteam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240619441,"owners_count":19830206,"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":["cli","gitlab","hombrew-tap","homebrew","homebrew-formula","shell"],"created_at":"2024-11-10T15:16:57.586Z","updated_at":"2026-05-04T10:31:39.004Z","avatar_url":"https://github.com/funkymed.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feature-Team management tool for Gitlab\n\n![PHP](https://img.shields.io/badge/php-%3E%3D_7.1-8892BF.svg?color=%231B2D55\u0026style=for-the-badge)\n![HOMEBREW](https://img.shields.io/badge/homebrew-%3E%3D_3.2-8892BF.svg?color=%231B2D55\u0026style=for-the-badge)\n\nThis [Homebrew](https://brew.sh) tap makes it simpler to install ggshield on Homebrew supported platforms.\n\nA tool to display in cli the current status, progress, and celerity of the team.\n\n## Gitlab\n#### Milestone\n\nYou will have to add a milestone on every issues.\n\n#### Weight\n\n**If you have a Gitlab Premium** : you can use the weight.    \n**If you don't** :  just add in your issue description at the end `Weight : x` replace x by the weight you want, the application will do the rest.   \nYou're welcome ;)\n\n## Installation\n\n```bash\n$ brew tap funkymed/fteam\n$ brew install fteam\n```\n\n### Configuration\n\nCreate a file `.env` in your home directory `~/.fteam`\n\nEdit the credential and configuration for your gitlab \n\n```bash\n###\u003e gitlab ###\nGITLAB_TOKEN=xxx\nGITLAB_ID=123\nGITLAB_PATH=xxx\nGITLAB_URL=https://gitlab.com\nGITLAB_DEBUG=false\nGITLAB_LABELS=my-feature-team\nGITLAB_WORKFLOW_BACKLOG=backlog\nGITLAB_WORKFLOW_WIP=doing,review\nGITLAB_WORKFLOW_BLOCKED=blocked\nGITLAB_WORKFLOW_REJECTED=rejected\nGITLAB_WORKFLOW_ACCEPTED=to_merged,merged\nGITLAB_WORKFLOW_FINISHED=merged\n###\u003c gitlab ###\n```\n\n### Customize Workflow\n\n- `GITLAB_WORKFLOW_BACKLOG` : the backlog label\n- `GITLAB_WORKFLOW_WIP` : the labels in progress, separate with coma (start, in review, ...)\n- `GITLAB_WORKFLOW_BLOCKED` : the blocked issues label\n- `GITLAB_WORKFLOW_REJECTED` : the rejected issues label\n- `GITLAB_WORKFLOW_ACCEPTED` : the labels in progress, separate with coma (merged, accepted, ...)\n\n## How to use \n\n### Get board and celerity from a milestone\n\n```bash\n./bin/console celerity:milestone --milestone=\"sprint-2021-W21-23\"\n```\n\n#### Display all the peoples stats from a milestone\n\n```bash\n$ ./bin/console celerity:milestone                                                                                  \nSelect the milestone\n  [0 ] sprint-2021-W23-25\n  [1 ] sprint-2021-W21-23\n  [2 ] sprint-2021-W19-W21\n  [3 ] sprint-2021-W17-W20\n  [4 ] sprint-2021-W15-W17\n  [5 ] sprint-2021-W13-W15\n  [6 ] sprint-2021-W11-W13\n  [7 ] sprint-2021-W9-W11\n  [8 ] sprint-2021-W7-W9\n  [9 ] sprint-2021-W5-W7\n  [10] sprint-2021-W3-W5\n  [11] sprint-2021-W1-W3\n  [12] sprint-2020-W53-W55\n  [13] sprint-2020-W51-W53\n```\n\n#### options\n\n- `--epics`: display the epics of the milestone (optional)\n- `--epics_detail`: display the epics with more detail of the milestone (optional)\n- `--label` : display issue with the specifique label (optional)\n- `--markdown` : display the table in markdown\n- `--snapshot` : display a table simplifiy version in markdown of the board\n\n```bash\n./bin/console celerity:milestone --milestone=\"sprint-2021-W21-23\"\n```\n\n```bash\n./bin/console celerity:milestone --milestone=\"sprint-2021-W21-23\" --epics --label=\"team::back\" --label=\"team::front\"\n```\n\n```bash\n./bin/console celerity:milestone --milestone=\"sprint-2021-W21-23\" --epics --label=\"team::devops\" \n```\n\n\n### Display all the issues of a milestone by people\n\n```bash\n./bin/console celerity:issue --milestone=\"sprint-2021-W21-23\"\n```\n#### Options :\n- `--with-weight` : display issue with weight (optional)\n- `--without-weight` : display issue without weight (optional)\n- `--not-assigned` : display issue not assigned (optional)\n- `--assigned` : display issue assigned (optional)\n- `--label` : display issue with the specifique label (optional)\n- `--state` : Specify the state (backlog|started|review|staging|blocked|rejected|preprod|closed) (optional)\n\n```bash\n$ ./bin/console celerity:issue --milestone=\"sprint-2021-W21-23\" --without-weight --state=\"closed\" --label=\"team::back\" --label=\"team::front\"\n```\n\n### Display celerity by user from selected milestones.\n\n```bash\n./bin/console celerity:celerity --milestone=\"sprint-2021-W21-23\" --milestone=\"sprint-2021-W23-25\" --milestone=\"sprint-W25-W27\" --label=\"team::back\"\n```\n\n#### Options :\n- `--milestone` : set the milestones you want to browse for celerity (optional)\n- `--label` :  set the labels you want to browse for celerity (optional)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunkymed%2Fhomebrew-fteam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunkymed%2Fhomebrew-fteam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunkymed%2Fhomebrew-fteam/lists"}