magefront
v2.1.1
Published
A modern Magento 2 theme builder
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 magefrontUsage
CLI
npx magefront [options] [locale]Example:
npx magefront -t Magento/blank en_USAPI
Use the magefront function programmatically:
import { magefront } from 'magefront'
await magefront({
theme: 'Magento/blank',
locale: 'en_US',
})