@deskofy/app
package. You do not need to install it manually, the Deskofy CLI automatically manages all setup and operations related to this package.
The framework consists of three main components:
- Configuration File: Defines project structure, runtime settings, and build behavior.
- Plugin System: Extends core functionality with custom logic, integrations, and runtime hooks.
- IPC Commands: Inter-Process Communication (IPC) commands refer to the methods and events used to facilitate communication between the main process and renderer processes. Electron’s architecture separates the application’s backend logic (main process) from its user interface (renderer processes), and IPC provides the necessary mechanism for these processes to interact.