This page outlines the directory structure of the EasyEngine source. This page does not contain Documentation for whole directories but enlists important that should be considered.
config/ – files for main application configuration and directory with configuration files for plugins
			config
|-- bash_completion.d
|-- ee.conf
`-- plugins.d
		
		ee/ – This is the core directory of the application
			ee
|-- cli
|   |-- controllers
|   |-- ext
|   |-- plugins
|   `-- templates
|-- core
`-- utils
		
		docs/ – contains manpages files for the easyengine commands.
tests/ – testcases written for core and cli part of the application.
			tests
|-- cli
|   |-- ext
|   |-- plugins
`-- core