Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mage-wizard

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mage-wizard

Web UI wizard for Magento 2 providing useful features: module creation, config management, etc.

  • 0.2.11
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  • Node.js (18.x or newer)
  • Magento / Adobe Commerce (2.4.x or newer)

Usage

Installing globally using npm

npm install -g mage-wizard

mage-wizard

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

Using npx

npx mage-wizard@latest

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

Build

  • Bump version in package.json
  • npm run build
  • Remove scripts and devDependencies from package.json
  • Add #!/usr/bin/env node at the top of dist/server/index.mjs and make it executable (chmod +x dist/server/index.mjs)
  • npm pack
  • npm publish --access=public

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.

Keywords

FAQs

Package last updated on 03 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc