2017 © Pedro Peláez
 

magento2-module magento-cli-enhanced

Adds helper commands to the Magento 2 CLI

image

restoreddev/magento-cli-enhanced

Adds helper commands to the Magento 2 CLI

  • Monday, April 30, 2018
  • by restoreddev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CliEnhanced

CliEnhanced is a helper module that adds commands to the bin/magento list to simplify the development experience., (*1)

Installation

Run composer require restoreddev/magento-cli-enhanced --dev and then bin/magento setup:upgrade., (*2)

Commands

theme:create

The theme create command generates a custom storefront theme in app/design based on Magento/blank. Run the command in the project root and it will ask for a theme name including the namespace e.g. Restoreddev/test. The command will create the theme and generate all the static theme folders. In addition, it will add an _extends.less file in the css/source folder., (*3)

module:create

The module create command creates a new module in app/code. It generates the module folders using the provided namespace and name then populates the registration file, module XML and composer configuration file., (*4)

The Versions

30/04 2018

dev-master

9999999-dev

Adds helper commands to the Magento 2 CLI

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0|~7.2.0

 

30/04 2018

1.0.1

1.0.1.0

Adds helper commands to the Magento 2 CLI

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0|~7.2.0

 

30/04 2018

1.0.0

1.0.0.0

Adds helper commands to the Magento 2 CLI

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0|~7.2.0