@@ -21,7 +21,7 @@ Please ensure that your Magento installation meets this requirement before insta
2121| Theme Type | Support Status |
2222| ------------------------------- | ---------------------------------------------------------- |
2323| 🎯 Magento Standard | ✅ Fully Supported |
24- | 🚀 Hyvä | ✅ Fully Supported |
24+ | 🚀 Hyvä (TailwindCSS 3.x / 4.x) | ✅ Fully Supported |
2525| 🔄 Hyvä Fallback | ✅ Fully Supported |
2626| 🎨 Custom TailwindCSS (no Hyvä) | ✅ Fully Supported |
2727| 💼 Avanta B2B | ✅ Fully Supported |
@@ -31,16 +31,16 @@ Please ensure that your Magento installation meets this requirement before insta
3131
3232### Available Commands
3333
34- | Command | Description | Shortcodes |
34+ | Command | Description | Aliases |
3535| ----------------------------------- | --------------------------------------------------------- | ------------------------- |
36- | ` mageforge:system:version ` | Shows current and latest version of the module | ` m:s:v ` |
37- | ` mageforge:system:check ` | Get system information (OS, PHP, Database, Node.js, etc.) | ` m:s:c ` |
38- | ` mageforge:theme:list ` | Lists all available themes | ` m:t:l ` |
39- | ` mageforge:theme:build ` | Builds selected themes (CSS/TailwindCSS) | ` m:t:b ` , ` frontend:build ` |
40- | ` mageforge:theme:watch ` | Starts watch mode for theme development | ` m:t:w ` , ` frontend:watch ` |
41- | ` mageforge:hyva:tokens ` | Generate Hyvä design tokens (Hyvä themes only) | ` m:h:t ` |
42- | ` mageforge:hyva:compatibility:check ` | Check modules for Hyvä theme compatibility issues | ` m:h:c:c ` , ` hyva:check ` |
43- | ` mageforge:theme:clean ` | Clean theme static files and cache directories | ` m:t:c ` , ` frontend:clean ` |
36+ | ` mageforge:theme:list ` | Lists all available themes | ` frontend:list ` |
37+ | ` mageforge:theme:build ` | Builds selected themes (CSS/TailwindCSS) | ` frontend:build ` |
38+ | ` mageforge:theme:watch ` | Starts watch mode for theme development | ` frontend:watch ` |
39+ | ` mageforge:theme:clean ` | Clean theme static files and cache directories | ` frontend:clean ` |
40+ | ` mageforge:hyva:compatibility:check ` | Check modules for Hyvä theme compatibility issues | ` hyva:check ` |
41+ | ` mageforge:hyva:tokens ` | Generate Hyvä design tokens (Hyvä themes only) | ` hyva:tokens ` |
42+ | ` mageforge:system:version ` | Shows current and latest version of the module | ` system:version ` |
43+ | ` mageforge:system:check ` | Get system information (OS, PHP, Database, Node.js, etc.) | ` system:check ` |
4444
4545---
4646
0 commit comments