{"id":46128133,"url":"https://github.com/jeffersongoncalves/banners-cli","last_synced_at":"2026-06-06T03:02:49.899Z","repository":{"id":340363775,"uuid":"1165676984","full_name":"jeffersongoncalves/banners-cli","owner":"jeffersongoncalves","description":"CLI tool to generate project banner images using beyondcode/banners service. Interactive config wizard, self-update, and PHAR distribution. Built with Laravel Zero.","archived":false,"fork":false,"pushed_at":"2026-04-26T15:23:22.000Z","size":48896,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T17:18:18.101Z","etag":null,"topics":["banner","beyondcode","cli","composer","image-generator","laravel-zero","phar","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/jeffersongoncalves.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-24T12:29:22.000Z","updated_at":"2026-04-26T15:23:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jeffersongoncalves/banners-cli","commit_stats":null,"previous_names":["jeffersongoncalves/banners-cli"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/jeffersongoncalves/banners-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersongoncalves%2Fbanners-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersongoncalves%2Fbanners-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersongoncalves%2Fbanners-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersongoncalves%2Fbanners-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffersongoncalves","download_url":"https://codeload.github.com/jeffersongoncalves/banners-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffersongoncalves%2Fbanners-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33967641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"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":["banner","beyondcode","cli","composer","image-generator","laravel-zero","phar","php"],"created_at":"2026-03-02T03:10:46.099Z","updated_at":"2026-06-06T03:02:49.842Z","avatar_url":"https://github.com/jeffersongoncalves.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv class=\"filament-hidden\"\u003e\n\n![Banners CLI](https://raw.githubusercontent.com/jeffersongoncalves/banners-cli/main/art/jeffersongoncalves-banners-cli.png)\n\n\u003c/div\u003e\n\n# Banners CLI\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/jeffersongoncalves/banners-cli/actions/workflows/run-tests.yml\"\u003e\u003cimg src=\"https://github.com/jeffersongoncalves/banners-cli/actions/workflows/run-tests.yml/badge.svg\" alt=\"Tests\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/jeffersongoncalves/banners-cli/actions/workflows/build.yml\"\u003e\u003cimg src=\"https://github.com/jeffersongoncalves/banners-cli/actions/workflows/build.yml/badge.svg\" alt=\"Build\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/jeffersongoncalves/banners-cli/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/jeffersongoncalves/banners-cli\" alt=\"Latest Release\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/php-%3E%3D8.2-8892BF\" alt=\"PHP 8.2+\" /\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/jeffersongoncalves/banners-cli\" alt=\"License\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nCLI tool to generate banner images using the [beyondcode/banners](https://banners.beyondco.de/) service. Configure default parameters and generate banners with a single command.\n\n## Requirements\n\n- PHP \u003e= 8.2\n\n## Installation\n\n### Download PHAR (recommended)\n\nDownload the latest `banners.phar` from the [Releases](https://github.com/jeffersongoncalves/banners-cli/releases) page:\n\n```bash\n# Download and make executable\ncurl -sL https://github.com/jeffersongoncalves/banners-cli/releases/latest/download/banners.phar -o banners\nchmod +x banners\nsudo mv banners /usr/local/bin/banners\n```\n\n### Via Composer (global)\n\n```bash\ncomposer global require jeffersongoncalves/banners-cli\n```\n\n## Usage\n\n### Generate a banner\n\n```bash\nbanners banner:generate \"My Project\" ./banner.png\n```\n\n### With options\n\n```bash\nbanners banner:generate \"My Project\" ./banner.png \\\n  --theme=dark \\\n  --style=style_2 \\\n  --pattern=texture \\\n  --fontSize=72px \\\n  --packageManager=\"composer require\" \\\n  --packageName=\"vendor/package\" \\\n  --description=\"A great PHP package\" \\\n  --md \\\n  --showWatermark \\\n  --fileType=png\n```\n\n### Available options\n\n| Option | Values | Default |\n|--------|--------|---------|\n| `--theme` | `light`, `dark` | `light` |\n| `--style` | `style_1`, `style_2` | `style_1` |\n| `--pattern` | 90+ hero-patterns (e.g. `texture`, `topography`, `circuitBoard`) | `circuitBoard` |\n| `--fontSize` | CSS size (e.g. `96px`, `72px`) | `96px` |\n| `--packageManager` | Any text | _(empty)_ |\n| `--packageName` | Any text | _(empty)_ |\n| `--description` | Any text | _(empty)_ |\n| `--md` | Flag (enable markdown) | `false` |\n| `--showWatermark` | Flag | `false` |\n| `--images` | Image URL or heroicon name | _(empty)_ |\n| `--fileType` | `png`, `jpeg` | `png` |\n\n## Configuration\n\nSave default values so you don't have to pass them every time.\n\n### Interactive wizard\n\n```bash\nbanners config:init\n```\n\nThe wizard configures: theme, style, pattern, fontSize, markdown rendering, watermark, and file type.\n\n### Set individual values\n\n```bash\nbanners config:set theme dark\nbanners config:set pattern texture\nbanners config:set fontSize 72px\nbanners config:set md true\nbanners config:set showWatermark true\n```\n\n### View current config\n\n```bash\nbanners config:show\n```\n\nConfiguration is stored in `~/.banners-cli/config.json`. Command-line options always override config values.\n\n## Development\n\n```bash\n# Clone\ngit clone git@github.com:jeffersongoncalves/banners-cli.git\ncd banners-cli\n\n# Install dependencies\ncomposer install\n\n# Run tests\ncomposer test\n\n# Run code formatting\ncomposer lint\n\n# Build PHAR\ncomposer build\n```\n\n## License\n\nBanners CLI is open-source software licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffersongoncalves%2Fbanners-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffersongoncalves%2Fbanners-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffersongoncalves%2Fbanners-cli/lists"}