0.2.12 • Published 1 day ago

mage-wizard v0.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

Mage Wizard

!WARNING Mage Wizard is currently in beta. Use carefully in a development environment. Always work on version-controlled code, or backup your code before making changes. Please report any issues you find, or any suggestions you have.

Mage Wizard is a web-based tool to help you developer faster on Magento / Adobe Commerce 2.4+:

  • Generate a new module
  • Generate / edit code:
    • System configs
    • Models
    • Patches
    • Commands
    • Crontab Jobs
    • Admin grids (coming soon)
    • Plugins (coming soon)
  • View configuration:
    • Modules
    • Tables (from db_schema.xml)
    • Crontab Jobs
    • CLI commands
    • Plugins
  • Analyse Composer dependencies

Local requirements

Usage

Using npx

npx mage-wizard@latest

Open http://localhost:3000 in your browser.

Using Docker

docker run -p 3000:3000 -v <path-to-magento-root>:/magento clickandmortar/mage-wizard

Replace <path-to-magento-root> with the path to your Magento / Adobe Commerce root directory.

Open http://localhost:3000 in your browser, and when prompted, use /magento as the Magento root path.

!NOTE
Remember to frequently run docker pull clickandmortar/mage-wizard to get the latest version.

Installing globally using npm

npm install -g mage-wizard

mage-wizard

Open http://localhost:3000 in your browser.

Environment variables

NameDescriptionDefault value
PORTPort to listen on3000
HOSTHost to listen on127.0.0.1

Development

Requirements

Setup

npm install

Development server

Start the development server on http://localhost:3000:

npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.

This project is not affiliated with, endorsed by, or sponsored by Adobe Inc. "Magento" and "Adobe Commerce" are trademarks of Adobe Inc. All trademarks and registered trademarks are the property of their respective owners.