-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from iranimij/add-readme
Add readme
- Loading branch information
Showing
2 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Iranimij_GitExtensionChecker | ||
|
||
The **Iranimij_GitExtensionChecker** module is an enhancement of the `Yireo_ExtensionChecker` module. It focuses on analyzing the dependencies of Magento 2 modules that have been modified in the current Git branch compared to the `main` branch. This helps ensure that only the relevant module dependencies are checked, streamlining your development workflow. | ||
|
||
## Features | ||
|
||
- Detects modified modules by comparing the current branch with the `main` branch. | ||
- Checks the dependencies of only the changed modules. | ||
- Integrates seamlessly with Magento 2 development processes. | ||
|
||
## Installation | ||
|
||
To install the module, use Composer and run the Magento setup commands: | ||
|
||
```bash | ||
composer require iranimij/magento-git-extension-checker | ||
bin/magento setup:upgrade | ||
``` | ||
|
||
### Requirements | ||
* Magento 2.4.x or higher | ||
* PHP 8.0 or higher | ||
|
||
## Usage | ||
|
||
```bash | ||
bin/magento Iranimij_GitExtensionChecker:scan | ||
``` | ||
|
||
## License | ||
OSL-3.0 |