Software Architecture
This document provides an overview of the software architecture of the n98-magerun2 project.
note
This document is a work in progress.
Project Structure
src/N98/Magento/Command/: Contains all the commandssrc/N98/Util/: More general utility classessrc/N98/Magento/Application.php: Main application classconfig.yaml: Configuration for commands and other settingstests/N98: Unit Test classes to cover src/N98 classestests/bats: Functional tests using BATS (Bash Automated Testing System)res/: Resources like autocompletion filesbin/: Executable scripts