0.5.0 • Published 7 years ago

generator-mage2 v0.5.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Magento2 Generator

generator-mage2 makes it easy to create Magento2 extensions (modules and themes).

Installation

$ npm install -g generator-mage2

Commands

  • yo mage2: Installs Magento2 Community Edition.
  • yo mage2:module: Creates a basic Magento2 module folder.

Commands for module

Before using the following commands, you must be located inside your module folder.
If you have a VendorName/ModuleName module, you should do: cd VendorName/ModuleName.

  • yo mage2:acl: Creates acl file with some default rules.
  • yo mage2:menu: Creates custom menu on Magento2 admin panel.
  • yo mage2:observer: Creates an event observer. Here is all of the events dispatched in Magento2.
  • yo mage2:route: Creates a route.
  • yo mage2:view: Creates a view.
  • yo mage2:command: Creates a command.
  • yo mage2:crud_model: Creates a CRUD model.
  • More coming soon

Commmands for theme

  • Coming soon
0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago