{"id":15304888,"url":"https://github.com/grimlink/mage","last_synced_at":"2026-01-12T15:24:28.968Z","repository":{"id":47147846,"uuid":"191217287","full_name":"GrimLink/mage","owner":"GrimLink","description":"Simplifies bin/magento commands by adding helpful shortcuts and time-saving tools to enhance your productivity.","archived":false,"fork":false,"pushed_at":"2025-05-12T18:00:43.000Z","size":320,"stargazers_count":15,"open_issues_count":4,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T18:05:37.413Z","etag":null,"topics":["bash-script","cachemanager","hyva","magento2","magerun2","siteation","warden","yireo"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/GrimLink.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}},"created_at":"2019-06-10T17:45:58.000Z","updated_at":"2025-05-12T18:00:47.000Z","dependencies_parsed_at":"2023-01-24T19:01:57.689Z","dependency_job_id":"4f3e362e-cfe3-44a2-849d-85b04cc8c1d1","html_url":"https://github.com/GrimLink/mage","commit_stats":{"total_commits":213,"total_committers":5,"mean_commits":42.6,"dds":"0.14084507042253525","last_synced_commit":"03db6c4c72405d72f2329f80f642e0bfcbd3999d"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/GrimLink/mage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrimLink%2Fmage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrimLink%2Fmage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrimLink%2Fmage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrimLink%2Fmage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrimLink","download_url":"https://codeload.github.com/GrimLink/mage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrimLink%2Fmage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261927541,"owners_count":23231371,"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":["bash-script","cachemanager","hyva","magento2","magerun2","siteation","warden","yireo"],"created_at":"2024-10-01T07:58:24.982Z","updated_at":"2026-01-12T15:24:28.962Z","avatar_url":"https://github.com/GrimLink.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mage\n\n**Mage** is a simple tool built on top of `bin/magento` to enhance your Magento 2 development experience. It provides shortcuts and custom functions to save you time and effort.\n\n## Benefits of Using Mage\n\n* **Easy Installation of Magento**: install any version and distribution.\n* **Easier commands:** Mage introduces shorter aliases for common `bin/magento` commands, saving you keystrokes.\n* **Custom functions:** Mage offers helper commands like `reindex` and `purge` for specific tasks.\n* **Open stores quickly:** Open your default store or specific store views with `mage open`.\n* **Efficient development:** The `watch` command automates cache cleaning on file changes, improving your workflow.\n* **Easier patch creation**: create patches only with a few arguments.\n\n## Installation\n\nDownload the script:\n\n```bash\nwget https://raw.githubusercontent.com/GrimLink/mage/main/mage \u0026\u0026 chmod +x mage\n```\n\nAlternatively, use curl:\n\n```bash\ncurl -O https://raw.githubusercontent.com/GrimLink/mage/main/mage \u0026\u0026 chmod +x mage\n```\n\n## Available Commands\n\nFor a complete list, run `mage help`, or view the [src/_info.sh](https://github.com/GrimLink/mage/blob/main/src/_info.sh). Here are some highlights:\n\n* **`mage create`**: Create a new Magento project with only few arguments\n* **`mage open [storeview]`:** Open your default store or a specific store based on the `storeview` name. You can also use `admin` instead of `storeview`, to open the admin panel.\n* **`mage watch`:** This alias for [Mage-OS Cache Clean] monitors for Magento 2 file changes and clears only the affected cache, streamlining development.\n* **`mage purge`:** This command clears all static generated files and caches, useful for troubleshooting or forcing a hard reload.\n* **`mage set mage-os`:** Easily replace Magento2 distro with the Mage-OS distro\n* **`mage new patch`:** Create a patch with ease\n* **`mage outdated`:** Show all direct outdated composer dependencies\n* **`mage run [action]`:** Runs [n98-magerun2] commands\n\n**Note:**\n\n* `mage run` requires the [n98-magerun2] module\n* Commands with \"hyva\" require a [Hyvä license] or GitLab access\n* `set theme` and `set hyva` requires the [Yireo_ThemeCommands] module\n* `set baldr` requires the [Siteation] Baldr Theme\n\n### Supported Platforms\n\nMage works without additional configuration on:\n\n* **macOS**\n* **Most Linux platforms**\n* **[Laravel Valet]**\n* **[Warden]:** Supported with thanks to [@tdgroot](https://github.com/tdgroot)\n\n## Contributing\n\nWe welcome contributions to Mage! Fork the repository, make your changes, and submit a pull request.\n\n## License\n\nMage is licensed under the MIT License. See the LICENSE file for details.\n\n[n98-magerun2]: https://github.com/netz98/n98-magerun2\n[Hyvä license]: https://www.hyva.io/hyva-themes-license.html\n[Yireo_ThemeCommands]: https://github.com/yireo/Yireo_ThemeCommands\n[Mage-OS Cache Clean]: https://github.com/mage-os/magento-cache-clean\n[Laravel Valet]: https://laravel.com/docs/valet\n[Warden]: https://github.com/wardenenv/warden\n[Siteation]: https://siteation.dev/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimlink%2Fmage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrimlink%2Fmage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrimlink%2Fmage/lists"}