GrimLink / hyva-module-template

This is blank starter template for building Hyva based modules for Magento.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyva Module Template

This is blank starter template for building Hyva based modules for Magento.

To use this template click on Use this template, and then replace the following values with your own;

  • <VENDOR> (example: Hyva)
  • <VENDOR_PKG> (example: hyva) need to be lowercase version of your VENDOR name
  • <MODULE> (example: IconPack)
  • <MODULE_PKG> (example: icon-pack) need to be lowercase version of your MODULE name

This will set the correct namespace and module names in all files that use this.

After this cleanup this README, following the comments in it, also update the CHANGELOG and LICENSE, and thats it.

About

This is blank starter template for building Hyva based modules for Magento.

License:MIT License


Languages

Language:PHP 92.4%Language:JavaScript 7.6%