定制 openforgeproject/mageforge 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

openforgeproject/mageforge

最新稳定版本:0.2.3

Composer 安装命令:

composer require openforgeproject/mageforge

包简介

Magento 2 module for frontend wizardry~

README 文档

README

Mageforge Hero

CodeFactor Magento Compatibility Test

MageForge is a powerful CLI front-end development toolkit for Magento 2 that simplifies theme development workflows. It provides tools for many types of Magento themes and can be easily extended for your custom theme. With MageForge, themes can be built lightning fast, without your developers having to worry about the details. MageForge eliminates complex configuration requirements and significantly reduces setup time, allowing Magento developers to focus on creative aspects instead of struggling with build processes.

Supported Magento Versions

MageForge requires Magento 2.4.7 or higher. Please ensure that your Magento installation meets this requirement before installation.

Features

Supported Theme-Types 🎨

Mageforge Hero

Theme Type Support Status
🎯 Magento Standard ✅ Fully Supported
🚀 Hyvä ✅ Fully Supported
🔄 Hyvä Fallback ✅ Fully Supported
🎨 Custom TailwindCSS (no Hyvä) ✅ Fully Supported
💼 Avanta B2B ✅ Fully Supported
🥰 Your Custom Theme Create your own Builder

Available Commands

Command Description Shortcodes
mageforge:system:version Shows current and latest version of the module m:s:v
mageforge:system:check Get system information (OS, PHP, Database, Node.js, etc.) m:s:c
mageforge:theme:list Lists all available themes m:t:l
mageforge:theme:build Builds selected themes (CSS/TailwindCSS) m:t:b, frontend:build
mageforge:theme:watch Starts watch mode for theme development m:t:w, frontend:watch

Getting Started

Installation

  1. Install the module via Composer:

    composer require openforgeproject/mageforge
  2. Enable the module:

    bin/magento module:enable OpenForgeProject_MageForge
    bin/magento setup:upgrade

Quick Start Guide

  1. List available themes:

    bin/magento mageforge:theme:list
  2. Build a theme:

    bin/magento mageforge:theme:build <theme-code>

    Example: bin/magento mageforge:theme:build Magento/luma

  3. Start development watch mode:

    bin/magento mageforge:theme:watch <theme-code>
  4. Enjoy automatic CSS rebuilding you work on your theme files!

Additional Documentation

Community & Support

Project Information

Thank you for using MageForge!

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 4
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2025-11-14