{"id":19931380,"url":"https://github.com/devtical/compack","last_synced_at":"2025-05-03T10:32:32.833Z","repository":{"id":61670423,"uuid":"553766648","full_name":"devtical/compack","owner":"devtical","description":"Template-based composer package generator","archived":false,"fork":false,"pushed_at":"2022-10-22T09:17:28.000Z","size":553,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-07T15:01:35.440Z","etag":null,"topics":["composer","generator","laravel","package","php"],"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/devtical.png","metadata":{"files":{"readme":"README.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}},"created_at":"2022-10-18T18:29:35.000Z","updated_at":"2024-10-14T08:44:31.000Z","dependencies_parsed_at":"2022-10-20T02:15:33.572Z","dependency_job_id":null,"html_url":"https://github.com/devtical/compack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtical%2Fcompack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtical%2Fcompack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtical%2Fcompack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devtical%2Fcompack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devtical","download_url":"https://codeload.github.com/devtical/compack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252179271,"owners_count":21707108,"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":["composer","generator","laravel","package","php"],"created_at":"2024-11-12T23:06:54.396Z","updated_at":"2025-05-03T10:32:32.427Z","avatar_url":"https://github.com/devtical.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"./art/logo.svg\" alt=\"Logo Laravel Dusk\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/devtical/compack/actions\"\u003e\u003cimg src=\"https://github.com/devtical/compack/actions/workflows/tests.yml/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/devtical/compack\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/devtical/compack\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/devtical/compack\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/devtical/compack\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/devtical/compack\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/devtical/compack\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nTemplate-based composer package generator.\n\n| Repository | Code |\n|---|---|\n| [Generic PHP](https://github.com/devtical/compack-template-generic) | `devtical/compack-template-generic`| \n| [Laravel](https://github.com/devtical/compack-template-laravel) | `devtical/compack-template-laravel` |\n| Yours  | *Docs soon* |\n\n## Installation\n\n```bash\ncomposer global require devtical/compack\n```\n\nMake sure to place composer's system-wide vendor bin directory in your `$PATH` so the compack executable can be located by your system. \n\nThis directory exists in different locations based on your operating system; however, some common locations include:\n\n| OS | Location |\n|----|----------|\n| macOS | `$HOME/.composer/vendor/bin` |\n| Windows | `%USERPROFILE%\\AppData\\Roaming\\Composer\\vendor\\bin` |\n| GNU / Linux Distributions | `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin` |\n\nYou could also find the composer's global installation path by running `composer global about` and looking up from the first line.\n\n## Usage\n\nOnce installed, the `compack new` command will create a new package in the directory you specify.\n\n![Usage](./art/cast.gif)\n\n### Template from directory\n\nYou can refer to the template from your local folder if you don't want to use the templates we provide on GitHub. This is also useful if you are developing templates.\n\n```bash\nTemplate Repository [devtical/compack-template-generic]:\n\u003e /Users/kristories/templates/my-awesome-template\n```\n\n## Change log\n\nPlease see the [changelog](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n```bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email author instead of using the issue tracker.\n\n## Credits\n\n- [Wahyu Kristianto](https://github.com/devtical)\n- [All contributors](https://github.com/devtical/compack/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see the [license file](LICENSE.md) for more information.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtical%2Fcompack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevtical%2Fcompack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevtical%2Fcompack/lists"}