https://github.com/grimlink/hyva-module-template
This is blank starter template for building Hyva based modules for Magento.
https://github.com/grimlink/hyva-module-template
hyva hyva-module magento2 magento2-module
Last synced: about 2 months ago
JSON representation
This is blank starter template for building Hyva based modules for Magento.
- Host: GitHub
- URL: https://github.com/grimlink/hyva-module-template
- Owner: GrimLink
- License: mit
- Created: 2022-06-01T09:44:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T12:57:50.000Z (over 1 year ago)
- Last Synced: 2025-03-29T05:11:44.402Z (about 2 months ago)
- Topics: hyva, hyva-module, magento2, magento2-module
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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;- `` (example: Hyva)
- `` (example: hyva) need to be lowercase version of your VENDOR name
- `` (example: IconPack)
- `` (example: icon-pack) need to be lowercase version of your MODULE nameThis 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.