{"id":22624260,"url":"https://github.com/g4b0rdev/filament-package-skeleton-cli","last_synced_at":"2026-04-20T05:36:46.650Z","repository":{"id":263308320,"uuid":"886896611","full_name":"G4b0rDev/filament-package-skeleton-cli","owner":"G4b0rDev","description":"CLI tool to quickly scaffold and generate standardized FilamentPHP package structures with all necessary boilerplate code.","archived":false,"fork":false,"pushed_at":"2024-12-27T20:34:02.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T03:15:34.851Z","etag":null,"topics":["cli","filament","filament-package-development","filament-plugin","filamentphp","filamentphp-plugin","laravel","skeleton"],"latest_commit_sha":null,"homepage":"","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/G4b0rDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-11T19:59:29.000Z","updated_at":"2025-03-15T12:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6828528-31d6-476e-9ae3-b825cf5e18b9","html_url":"https://github.com/G4b0rDev/filament-package-skeleton-cli","commit_stats":null,"previous_names":["g4b0rdev/filament-package-skeleton-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/G4b0rDev/filament-package-skeleton-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-package-skeleton-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-package-skeleton-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-package-skeleton-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-package-skeleton-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/G4b0rDev","download_url":"https://codeload.github.com/G4b0rDev/filament-package-skeleton-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/G4b0rDev%2Ffilament-package-skeleton-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32035055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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","filament","filament-package-development","filament-plugin","filamentphp","filamentphp-plugin","laravel","skeleton"],"created_at":"2024-12-09T00:12:23.076Z","updated_at":"2026-04-20T05:36:46.632Z","avatar_url":"https://github.com/G4b0rDev.png","language":"PHP","readme":"# Filament Package Skeleton CLI\n\nA command-line tool to generate skeletons for Filament packages.\nIt uses this [template](https://github.com/G4b0rDev/filament-package-skeleton-cli) to generate the package.\n\n\u003e 💡 This package is inspired by [Spatie Laravel Package](https://github.com/spatie/laravel-package-tools).\n\n## Installation\n\nYou can install the package via Composer globally and use it as a command line tool:\n\n```bash\ncomposer global require g4b0rdev/filament-package-skeleton-cli\n```\n\nor you can download the phar file from the [releases page](https://github.com/G4b0rDev/filament-package-skeleton-cli/releases).\n\n### Download and Setup\n\n1. Download the file from the [releases page](https://github.com/G4b0rDev/filament-package-skeleton-cli/releases).\n2. Move the file to your bin directory:\n    ```bash\n    sudo mv filament-package-skeleton-cli /usr/local/bin/filament-package-skeleton-cli\n    ```\n3. Make the file executable:\n   ```bash\n    chmod +x /usr/local/bin/filament-package-skeleton-cli\n   ```\n\n## Commands\n\n### `new`\n\nCreates a new FilamentPHP package project.\n\n**Usage:**\n```sh\nfilament-package-skeleton new \u003cpackage-name\u003e\n```\n\n**Parameters:**\n- `\u003cpackage-name\u003e`: The name of the new package.\n\n**Options:**\n- `--standalone`: Create a standalone filament package\n\n### `config`\n\nChanges the global configuration of the Filament Package Skeleton CLI.\n\n**Usage:**\n```sh\nfilament-package-skeleton config\n```\n\nThis configs can be globally set for generating new filament packages\n\n- `Vendor name`: Set the base vendor name globally.\n- `Path`: Set the publish package path globally.\n\n### Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/G4b0rDev/filament-package-skeleton-cli/.github/blob/main/CONTRIBUTING.md) for details.\n\n## Credits\n\n- [G4b0rDev](https://github.com/G4b0rDev)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4b0rdev%2Ffilament-package-skeleton-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4b0rdev%2Ffilament-package-skeleton-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4b0rdev%2Ffilament-package-skeleton-cli/lists"}