1.0.0 • Published 5 years ago

generator-prestamodule v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

generator-prestamodule

Yeoman generator for PrestaShop module. It's support basic module class and also ObjectModel, FrontController and AdminController as well.

It's full compatible with PrestaShop module's validator.

Installation

To use this generator you must install yeomangenerator if you haven't yet.

npm install -g yo

Install with npm

Just type this command:

npm install -g generator-prestamodule

Install manualy

Download this repo and run this command in root folder:

npm link

This will make generator visible for yo.

Commands

  • yo prestamodule - generate module's class and create directories with default index.php
  • yo prestamodule:ObjectModel - generate basic class represantation of database table
  • yo prestamodule:AdminController - generate basic AdminController page
  • yo prestamodule:FrontController - generate basic FronController page

In case of any bugs or sugestions about updates feel free to create new issue

1.0.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago