webweave / xmage
Tool for quick Magento 2 file generation
v1.1.1
2017-10-24 18:28 UTC
Requires
- symfony/console: ^3.3
- symfony/filesystem: ^3.3
- symfony/finder: ^3.3
This package is auto-updated.
Last update: 2025-03-22 02:22:58 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