{"id":18766199,"url":"https://github.com/vovayatsyuk/magentoworkflow","last_synced_at":"2025-04-13T05:32:25.542Z","repository":{"id":22023747,"uuid":"25349873","full_name":"vovayatsyuk/MagentoWorkflow","owner":"vovayatsyuk","description":"Blazing fast Magento 2 development in SublimeText 3/4","archived":false,"fork":false,"pushed_at":"2025-02-25T13:51:01.000Z","size":200,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T22:11:51.744Z","etag":null,"topics":["magento2","magento2-development","sublime-text-3","sublime-text-4"],"latest_commit_sha":null,"homepage":"","language":"Python","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/vovayatsyuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2014-10-17T09:22:35.000Z","updated_at":"2024-12-04T11:39:36.000Z","dependencies_parsed_at":"2023-02-10T02:01:50.036Z","dependency_job_id":"144ec471-2448-4149-8c64-2d0c4372df30","html_url":"https://github.com/vovayatsyuk/MagentoWorkflow","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovayatsyuk%2FMagentoWorkflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovayatsyuk%2FMagentoWorkflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovayatsyuk%2FMagentoWorkflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovayatsyuk%2FMagentoWorkflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vovayatsyuk","download_url":"https://codeload.github.com/vovayatsyuk/MagentoWorkflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670465,"owners_count":21142896,"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":["magento2","magento2-development","sublime-text-3","sublime-text-4"],"created_at":"2024-11-07T18:39:20.236Z","updated_at":"2025-04-13T05:32:25.514Z","avatar_url":"https://github.com/vovayatsyuk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MagentoWorkflow\n\n**MagentoWorkflow** — is a SublimeText 3 plugin that allows to work on Magento\nmodule or theme with enabled cache and forget about cache clean and outdated\ngenerated code. Additionally, it takes care about file sync into docker\nenvironment. This approach results in drastically improved Magento performance,\nwhich means faster and enjoyable development.\n\n## Installation\n\n\u003e Windows is not supported. PR are welcome.\n\n 1. Run “Package Control: Install Package” command\n 2. Type `MagentoWorkflow` and press \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n## How it Works\n\nWhen you save some file, MagentoWorkflow plugin automatically cleanup appropriate\ngenerated files, and triggers cache invalidation. Plugin knows when, where, and\nwhat to clear.\n\nYou will always see when the plugin do something. It reports about its processes\nin Sublime's status bar.\n\n## Commands\n\nPulled a lot of changes from remote repository? We've got your back!\nPress \u003ckbd\u003e⌘⇧P\u003c/kbd\u003e and use MagentoWorkflow commands:\n\n -  Wipe All - Cleanup all resources and flush cache storage\n -  Clear Cache - Cleanup selected magento cache\n -  Flush Cache - Flush cache storage\n -  Theme Clear - Cleanup theme resources (js, css)\n -  Module Clear - Cleanup module resources (js, css, php)\n\n## Docker\n\nModule automatically discovers if you are using docker and run\ncommands in appropriate container. Additionally, when docker is detected,\nmodule will sync changes from `vendor` folder into the docker.\n\nTested with:\n\n -  [markshust/docker-magento](https://github.com/markshust/docker-magento)\n -  [mage2click/docker-magento-mutagen](https://github.com/mage2click/docker-magento-mutagen)\n\n## Configuration\n\n**No configuration is required.** Just install the module and it's ready!\n\nWhile you don't need to change anything to work with MagentoWorkflow, sometimes\nto may need to tune some option.\n\nOption Name         | Default Value                     | Description\n--------------------|-----------------------------------|-------------------------------------------\nbin_magento_command | `bin/magento`                     | Command to run bin/magento.\nresources           | `[\"css_module\", \"css_theme\", \"requirejs\", \"translation\", \"generated\"]` | The list of resources to clean when needed.\nservice             | `EMPTY`                           | Docker service name. Autodetected.\ncmd_prefix          | `docker-compose exec -T {service}`| Prefix to add to every terminal command. Service is taken from service option.\nsync_command        | `docker cp {filepath} $(docker-compose ps -q {service}\\|awk '{print $1}'):/var/www/html/{filepath}` | A command that copies files from the host to docker container.\nsync_folders        | `[\"/vendor/\"]`                    | Sync files from host to docker from these folders.\n\n## Snippets\n\nPrevious version of this plugin had some useful snippets. Now, they've been\nmoved to [MagicTemplates](https://github.com/vovayatsyuk/sublime-magic-templates)\nplugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovayatsyuk%2Fmagentoworkflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvovayatsyuk%2Fmagentoworkflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovayatsyuk%2Fmagentoworkflow/lists"}