webweave/xmage

Tool for quick Magento 2 file generation

v1.1.1 2017-10-24 18:28 UTC

This package is auto-updated.

Last update: 2024-04-22 00:09:39 UTC


README

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