pleminh/magemtoo 0.1.0

Magemtoo - Module Creator for Magento 2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magemtoo - Module Creator for Magento 2

Description:

Magento 2 Module helps to generate a module prototype based on the vendor name and the module name.

  • version: 0.1

Requirements:

  • PHP 5.5.x >
  • Twig
  • Magento 2.x >

Installation

Step 1: Download the bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require pleminh/magemtoo

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

Then, enable the bundle , execute the following command:

$ php bin/magento setup:upgrade

Usage

Commands

magemtoo:generate:module

This command will generate a base skeleton module prototype based on the vendor name and the module name.

$ php bin/magento magemtoo:generate:module

Roadmap:

  • Create theme prototype
  • Create CRUD system prototype