{"id":21925266,"url":"https://github.com/fabienarcellier/alfred-cli","last_synced_at":"2026-03-15T07:37:42.784Z","repository":{"id":57409596,"uuid":"398831425","full_name":"FabienArcellier/alfred-cli","owner":"FabienArcellier","description":"streamline developper operations in pure python","archived":false,"fork":false,"pushed_at":"2024-02-13T20:27:43.000Z","size":719,"stargazers_count":11,"open_issues_count":14,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T04:06:26.165Z","etag":null,"topics":["build-tool","developer-tools","developer-workflow","python","workflow"],"latest_commit_sha":null,"homepage":"https://alfred-cli.readthedocs.io/en/latest/","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/FabienArcellier.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}},"created_at":"2021-08-22T15:18:59.000Z","updated_at":"2025-01-13T14:10:58.000Z","dependencies_parsed_at":"2023-01-22T02:00:29.778Z","dependency_job_id":"c74c8fa9-65ba-4f17-b579-357a3d94477a","html_url":"https://github.com/FabienArcellier/alfred-cli","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"276a57bf83a3f1aa0c214d13faaac852645f4bc2"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienArcellier%2Falfred-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienArcellier%2Falfred-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienArcellier%2Falfred-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienArcellier%2Falfred-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FabienArcellier","download_url":"https://codeload.github.com/FabienArcellier/alfred-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249730511,"owners_count":21317319,"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":["build-tool","developer-tools","developer-workflow","python","workflow"],"created_at":"2024-11-28T21:17:48.368Z","updated_at":"2026-03-15T07:37:42.772Z","avatar_url":"https://github.com/FabienArcellier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Alfred\n\n[![PyPi](https://img.shields.io/pypi/v/alfred-cli.svg?label=Version)](https://pypi.org/project/alfred-cli/)\n[![Python](https://img.shields.io/pypi/pyversions/alfred-cli.svg)](https://pypi.org/project/alfred-cli/)\n[![CI](https://github.com/FabienArcellier/alfred-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/FabienArcellier/alfred-cli/actions/workflows/ci.yml) [![CI-Windows](https://github.com/FabienArcellier/alfred-cli/actions/workflows/ci-windows.yml/badge.svg)](https://github.com/FabienArcellier/alfred-cli/actions/workflows/ci-windows.yml)\n[![Documentation Status](https://readthedocs.org/projects/alfred-cli/badge/?version=latest)](https://alfred-cli.readthedocs.io/en/latest/?badge=latest)\n[![Discord](https://img.shields.io/badge/discord-alfred-5865F2?logo=discord\u0026logoColor=white)](https://discord.gg/nMn9YPRGSY)\n[![License](https://img.shields.io/badge/license-MIT-007EC7.svg)](LICENSE)\n\nAlfred is an extensible automation tool designed to **streamline repository operations**. It allows you various commands as continuous integration, runner, build commands ...\n\nYou'll craft advanced commands harnessing **the strengths of both worlds: shell and Python**.\n\n\n### Demo\n\n![introductory video of alfred](https://media.githubusercontent.com/media/FabienArcellier/alfred-cli/master/docs/demo-1.gif)\n**introductory video**\n\n### Quick-start\n\nYou will generate commands to launch of the linter and unit tests process.\n\n```bash\n$ alfred --new pylint src/myapp\n```\n\n```bash\n$ alfred --new pytest tests/unit\n```\n\n```bash\nalfred\n```\n\n```text\nUsage: alfred [OPTIONS] COMMAND [ARGS]...\n\n  alfred is an extensible automation tool designed to streamline repository\n  operations.\n\nOptions:\n  -d, --debug    display debug information like command runned and working\n                 directory\n  -v, --version  display the version of alfred\n  --new          open a wizard to generate a new command\n  -c, --check    check the command integrity\n  --completion   display instructions to enable completion for your shell\n  --help         Show this message and exit.\n\nCommands:\n  lint                run linter on codebase\n  tests               run unit tests on codebase\n```\n\n## Links\n\n* Documentation : https://alfred-cli.readthedocs.io/en/latest\n* PyPI Release : https://pypi.org/project/alfred-cli\n* Source code: https://github.com/FabienArcellier/alfred-cli\n* Chat: https://discord.gg/nMn9YPRGSY\n\n## Related\n\n``alfred`` exists thanks to this 2 amazing open source projects.\n\n* [click](https://github.com/pallets/click/)\n* [plumbum](https://github.com/tomerfiliba/plumbum\u003e)\n\n\n## License\n\nMIT License\n\nCopyright (c) 2021-2026 Fabien Arcellier\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienarcellier%2Falfred-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabienarcellier%2Falfred-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienarcellier%2Falfred-cli/lists"}