https://github.com/codeversrl/magento-scaffolder
A Magento 2 scaffolder to generate base custom modules and themes and start developing faster
https://github.com/codeversrl/magento-scaffolder
cli magento2 modules php scaffolding themes
Last synced: about 1 year ago
JSON representation
A Magento 2 scaffolder to generate base custom modules and themes and start developing faster
- Host: GitHub
- URL: https://github.com/codeversrl/magento-scaffolder
- Owner: codeversrl
- License: apache-2.0
- Created: 2022-12-29T13:58:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T10:56:18.000Z (about 3 years ago)
- Last Synced: 2025-01-21T14:45:50.082Z (about 1 year ago)
- Topics: cli, magento2, modules, php, scaffolding, themes
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento Scaffolder module
**Codever Magento Scaffolder** is a Magento 2 tool that creates everything you need to get started with module or theme development.
## Introduction
When is time to create a new Magento 2 module or theme from scratch, generates its initial structure with this tool and focus only on your code.
## Installation
```
composer require --dev codever/magento-scaffolder
```
## Usage
just type
```
php bin/magento codever:scaffolder
```
and follow the questions appearing on your console
### Example

## Support
in [Codever](https://codever.it) we consider open source software very seriously, so if you have discovered any software bug in this project and you want to notify us, we invite you to [open a pull request](https://github.com/codeversrl/magento-scaffolder/compare) instead of an issue and contribute yourself to the software improvement of this project
## Hire us
If you need support for Magento development and projects, you can [contact us](https://codever.it) or [hire us](https://codever.it)
## Contribute
with this software we are following [Magento Coding Standards](https://github.com/magento/magento-coding-standard) and we invite you to do the same in your contributions.
To run coding standard check use the command
```
vendor/bin/phpcs --standard=Magento2 --file-list=vendor/codever/magento-scaffolder/dev/phpcs/filelist.txt
```
### Contributors
This project is a work of [Codever](https://codever.it), a software company based in Italy.