All Projects → ousmanedev → Generator Mage2

ousmanedev / Generator Mage2

Yeoman generator for Magento 2 extensions (modules and themes)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Mage2

Elasticsuite
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Stars: ✭ 647 (+5291.67%)
Mutual labels:  magento, magento2, module
Magentoextensions
Magento Extension Directory 1> Themes Switcher 2> Default Shipping On Cart 3> Upshare 4> Product Image Optimizer 5> Idealo Product Export 6> magento Google shopping Api v2 7>Google feed and facebook feed 8> Pdf upload in magento media wysiwyg 9> Product Image optimizer. If You want magento 2 extensions 1>Advance Layred Navigation(including SEO URL, Rating as filter, slider filter, Ajax Filtering), 2>Attribute Pages with SEO and Custom URL key(you can do all kind of seo on those pages with logos) 3>Improved Sorting (Enable users to view products by options as 'Best Sellers', 'Top Rated', 'Most Viewed' etc.) 4>Custom Stock Status(Add statuses to products automatically or manually, Create multiple custom stock statuses, Upload special icons for stock statuses) 5>Product Labels(Using this extension you can add any label to your produts on product page or category page) 6>Custom Order Number(Using this extension you can customize order, invoice, shippment, credit memo Number) 7>All type of file upload in Wysiwyg(pdf, zip, doc etc file upload in wysiwyg), 8>Infinite Scroll, 9>Multiple FlatRate Shipping, 10>Open Api,Google api for currency Rates, 11>Product Attribute's Description, 12>Store and Currency switcher according to Ip address Please Contact me and All those extensions are paid with installation and configuration are free support.
Stars: ✭ 106 (+783.33%)
Mutual labels:  magento, magento2, module
Magento2 Module Pagebuildersourcecode
The Page Builder Source Code module adds a Source Code button to the toolbar of the Page Builder WYSIWYG editor.
Stars: ✭ 24 (+100%)
Mutual labels:  magento, magento2
Inventory
Magento Inventory Project (a.k.a MSI)
Stars: ✭ 270 (+2150%)
Mutual labels:  magento, magento2
Magento2 Phpstorm Plugin
PHPStorm Plugin for Magento 2
Stars: ✭ 294 (+2350%)
Mutual labels:  magento, magento2
MultipleLayeredNavigation-M2
Magento 2 Multiple Layered Navigation extension.
Stars: ✭ 20 (+66.67%)
Mutual labels:  magento, magento2
magento2-module-ordergrid
The Order Grid module adds more details to the order grid in the admin.
Stars: ✭ 54 (+350%)
Mutual labels:  magento, magento2
Cleancheckout
A drop-in replacement for the Magento 2 checkout.
Stars: ✭ 280 (+2233.33%)
Mutual labels:  magento, magento2
magento2-mandrill
Mandrill integration for Magento 2.
Stars: ✭ 35 (+191.67%)
Mutual labels:  magento, magento2
Ddev
DDEV-Local: a local PHP development environment system
Stars: ✭ 915 (+7525%)
Mutual labels:  magento, magento2
Magento2 Regenerate url rewrites
Magento 2 extension which add feature of regenerating a url rewrites of products/categories
Stars: ✭ 310 (+2483.33%)
Mutual labels:  magento, magento2
Magento2 Theme Blank Sass
SASS based version of Magento 2 Blank theme
Stars: ✭ 373 (+3008.33%)
Mutual labels:  magento, magento2
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (+150%)
Mutual labels:  magento, magento2
magento2-customer-account-links-manager
Customer Account Links Manager allows you to quickly and easily remove customer account links from Magento 2 customer dashboard.
Stars: ✭ 40 (+233.33%)
Mutual labels:  magento, magento2
installer-m2
Universal extension installer for Magento 2, see introductory blog post here
Stars: ✭ 27 (+125%)
Mutual labels:  magento, magento2
laragento
Collection of the Laravel/Eloquent Model classes that allows you to get data directly from a Magento 2 database.
Stars: ✭ 79 (+558.33%)
Mutual labels:  magento, magento2
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+2191.67%)
Mutual labels:  magento, magento2
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (+108.33%)
Mutual labels:  magento, magento2
vscode-magento-wizard
Helps develop Magento 2 extensions using VSCode
Stars: ✭ 22 (+83.33%)
Mutual labels:  magento, magento2
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+2333.33%)
Mutual labels:  magento, magento2

Magento2 Generator

generator-mage2 makes it easy to create Magento2 extensions (modules and themes).

Installation

$ npm install -g generator-mage2

Commands

  • yo mage2: Installs Magento2 Community Edition.
  • yo mage2:module: Creates a basic Magento2 module folder.

Commands for module

Before using the following commands, you must be located inside your module folder.
If you have a VendorName/ModuleName module, you should do: cd VendorName/ModuleName.

  • yo mage2:acl: Creates acl file with some default rules.
  • yo mage2:menu: Creates custom menu on Magento2 admin panel.
  • yo mage2:observer: Creates an event observer. Here is all of the events dispatched in Magento2.
  • yo mage2:route: Creates a route.
  • yo mage2:view: Creates a view.
  • yo mage2:command: Creates a command.
  • yo mage2:crud_model: Creates a CRUD model.
  • More coming soon

Commmands for theme

  • Coming soon
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].