magefront
v2.1.1
Published
A modern Magento 2 theme builder
Downloads
26
Maintainers
Readme
magefront
Magefront is a tool that builds Magento 2 themes.
Install
Install the package at the root level of your project:
npm install magefront
Usage
CLI
npx magefront [options] [locale]
Example:
npx magefront -t Magento/blank en_US
API
Use the magefront
function programmatically:
import { magefront } from 'magefront'
await magefront({
theme: 'Magento/blank',
locale: 'en_US',
})