magefront
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

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',
})

Package Sidebar

Install

npm i magefront

Weekly Downloads

5

Version

2.1.1

License

MIT

Unpacked Size

44 kB

Total Files

27

Last publish

Collaborators

  • ubermanu