{"id":31859495,"url":"https://github.com/python-ellar/ellar-cli","last_synced_at":"2025-10-12T15:26:02.357Z","repository":{"id":62837097,"uuid":"562296429","full_name":"python-ellar/ellar-cli","owner":"python-ellar","description":"Ellar CLI Tooling","archived":false,"fork":false,"pushed_at":"2025-10-04T06:59:39.000Z","size":2180,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T13:44:30.599Z","etag":null,"topics":["cli","command-line","ellar","python"],"latest_commit_sha":null,"homepage":"https://python-ellar.github.io/ellar/cli/introduction/","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/python-ellar.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":"2022-11-05T22:25:53.000Z","updated_at":"2025-10-04T06:58:57.000Z","dependencies_parsed_at":"2023-09-01T21:45:47.326Z","dependency_job_id":"126947a1-e0be-41bb-8a42-8a16873d5cee","html_url":"https://github.com/python-ellar/ellar-cli","commit_stats":null,"previous_names":["python-ellar/ellar-cli","eadwincode/ellar-cli"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/python-ellar/ellar-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-ellar%2Fellar-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-ellar%2Fellar-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-ellar%2Fellar-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-ellar%2Fellar-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-ellar","download_url":"https://codeload.github.com/python-ellar/ellar-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-ellar%2Fellar-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011851,"owners_count":26085004,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","command-line","ellar","python"],"created_at":"2025-10-12T15:25:58.904Z","updated_at":"2025-10-12T15:26:02.350Z","avatar_url":"https://github.com/python-ellar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\" target=\"blank\"\u003e\u003cimg src=\"https://python-ellar.github.io/ellar/img/EllarLogoB.png\" width=\"200\" alt=\"Ellar Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e Ellar CLI Tool for Scaffolding Ellar Projects and Modules and also running Ellar Commands\u003c/p\u003e\n\n![Test](https://github.com/python-ellar/ellar-cli/actions/workflows/test_full.yml/badge.svg)\n![Coverage](https://img.shields.io/codecov/c/github/python-ellar/ellar-cli)\n[![PyPI version](https://badge.fury.io/py/ellar-cli.svg)](https://badge.fury.io/py/ellar-cli)\n[![PyPI version](https://img.shields.io/pypi/v/ellar-cli.svg)](https://pypi.python.org/pypi/ellar-cli)\n[![PyPI version](https://img.shields.io/pypi/pyversions/ellar-cli.svg)](https://pypi.python.org/pypi/ellar-cli)\n\n# Introduction\nEllar-CLI is an abstracted tool for the Ellar web framework\nthat helps in the standard project scaffolding and other application commands.\n\nEllar CLI is built on [Click](https://click.palletsprojects.com/en/8.1.x/)\n\n## Installation\nif you have [ellar](https://github.com/python-ellar/ellar) install ready\n```\npip install ellar-cli\n```\n\n## Usage\nTo verify ellar-cli is working, run the command below\n```shell\nellar --help\n```\nThe above command should output this:\n```\nUsage: Ellar, Python Web framework [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  -p, --project TEXT              Run Specific Command on a specific project\n  --install-completion [bash|zsh|fish|powershell|pwsh]\n                                  Install completion for the specified shell.\n  --show-completion [bash|zsh|fish|powershell|pwsh]\n                                  Show completion for the specified shell, to\n                                  copy it or customize the installation.\n  --help                          Show this message and exit.\n\nCommands:\n  create-module   - Scaffolds Ellar Application Module -\n  create-project  - Scaffolds Ellar Application -\n  new             - Runs a complete Ellar project scaffold and creates...\n  runserver       - Starts Uvicorn Server -\n  say-hi\n```\n\nFull Documentation: [Here](https://python-ellar.github.io/ellar/cli/introduction/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-ellar%2Fellar-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-ellar%2Fellar-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-ellar%2Fellar-cli/lists"}