Giter Site home page Giter Site logo

magentoworkflow's Introduction

MagentoWorkflow

MagentoWorkflow — is a SublimeText 3 plugin that allows to work on Magento module or theme with enabled cache and forget about cache clean and outdated generated code. Additionally, it takes care about file sync into docker environment. This approach results in drastically improved Magento performance, which means faster and enjoyable development.

Installation

Windows is not supported. PR are welcome.

  1. Run “Package Control: Install Package” command
  2. Type MagentoWorkflow and press Enter

How it Works

When you save some file, MagentoWorkflow plugin automatically cleanup appropriate generated files, and triggers cache invalidation. Plugin knows when, where, and what to clear.

You will always see when the plugin do something. It reports about its processes in Sublime's status bar.

Commands

Pulled a lot of changes from remote repository? We've got your back! Press ⌘⇧P and use MagentoWorkflow commands:

  • Wipe All - Cleanup all resources and flush cache storage
  • Clear Cache - Cleanup selected magento cache
  • Flush Cache - Flush cache storage
  • Theme Clear - Cleanup theme resources (js, css)
  • Module Clear - Cleanup module resources (js, css, php)

Docker

Module automatically discovers if you are using docker and run commands in appropriate container. Additionally, when docker is detected, module will sync changes from vendor folder into the docker.

Tested with:

Configuration

No configuration is required. Just install the module and it's ready!

While you don't need to change anything to work with MagentoWorkflow, sometimes to may need to tune some option.

Option Name Default Value Description
bin_magento_command bin/magento Command to run bin/magento.
resources ["css_module", "css_theme", "requirejs", "translation", "generated"] The list of resources to clean when needed.
service EMPTY Docker service name. Autodetected.
cmd_prefix docker-compose exec -T {service} Prefix to add to every terminal command. Service is taken from service option.
sync_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.
sync_folders ["/vendor/"] Sync files from host to docker from these folders.

Snippets

Previous version of this plugin had some useful snippets. Now, they've been moved to MagicTemplates plugin.

magentoworkflow's People

Contributors

vovayatsyuk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

magentoworkflow's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.