{"id":13621851,"url":"https://github.com/pmjones/AutoShell","last_synced_at":"2025-04-15T05:32:42.413Z","repository":{"id":65364732,"uuid":"563557026","full_name":"pmjones/AutoShell","owner":"pmjones","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-27T20:38:29.000Z","size":146,"stargazers_count":49,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"1.x","last_synced_at":"2024-10-28T11:41:28.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/pmjones.png","metadata":{"files":{"readme":"README-SYMFONY.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-08T21:26:29.000Z","updated_at":"2024-07-22T21:36:26.000Z","dependencies_parsed_at":"2023-02-11T05:30:48.145Z","dependency_job_id":"93fafaa6-6cb5-4794-80bc-24f848db2cf5","html_url":"https://github.com/pmjones/AutoShell","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":0.368421052631579,"last_synced_commit":"30cfc299bce2bf9d7877cf3dfa3516f396daf7b1"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmjones%2FAutoShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmjones%2FAutoShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmjones%2FAutoShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmjones%2FAutoShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmjones","download_url":"https://codeload.github.com/pmjones/AutoShell/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223661179,"owners_count":17181618,"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":[],"created_at":"2024-08-01T21:01:11.202Z","updated_at":"2024-11-08T09:30:22.726Z","avatar_url":"https://github.com/pmjones.png","language":"PHP","funding_links":[],"categories":["PHP","Libraries"],"sub_categories":["PHP Libraries","Libraries"],"readme":"# Comparison to Symfony Console\n\nMuch of the difference from Symfony Console relates to what AutoShell\ndoes *not* do.\n\n## Pro\n\n- Automatically discovers command classes by matching the command line\n  input to a namespace hierarchy.\n\n- Does not require you to register commands via an _Application_.\n\n- Does not require you to extend a _Command_ class.\n\n- Arguments are defined as parameters on the command `__invoke()` method.\n\n- All help is defined via attributes.\n\n- Does not instantiate the command just to generate help output.\n\n- Options are composable.\n\n## Con\n\n- Does not offer console completion.\n\n- Does not support registering \"inline\" commands via _Application_.\n\n## ???\n\n- Help looks like a `man` page (black and white, bold, underline, dim).\n\n- Options are defined as properties with attributes in a class separate from\n  the command.\n\n- Does not come with I/O classes; use your own in your own commands, whether a\n  echo/printf, a logger, or a complex I/O system like CLImate.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmjones%2FAutoShell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmjones%2FAutoShell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmjones%2FAutoShell/lists"}