Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 506 Bytes

File metadata and controls

31 lines (24 loc) · 506 Bytes

Xmage | In heavy development

Tool for quick Magento 2 file generation

WARNING

This piece of software is provided without warranty of any kind, use it at your own risk.

USAGE

Installation

Best way is to use composer

composer global require webweave/xmage

list all commands

$ xmage

Create a new module

$ xmage module:new vendor package

Create model, resource model and collection

$ xmage models:new:all Table Primary key Model name