New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

magefront

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magefront

A modern Magento 2 theme builder

latest
Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
25
-48.98%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

magefront

FAQs

Package last updated on 29 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts