Skip to content

Commit 3ed98a4

Browse files
committed
Update readme
1 parent d586c62 commit 3ed98a4

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@ The framework provides two types of consoles: CLI and GUI. The CLI console allow
7575
console additionally allows working with logs and generates diagrams with information about layers, modules, and
7676
packages. These diagrams are especially useful when working with complex systems.
7777

78-
During the development of the framework, much attention was paid to flexibility and universality. For this reason,
79-
all key elements of the framework — repository, command executor, client, server, console, etc. are designed as
80-
services, allowing easy integration of custom implementations when needed. For example, even when a command script is
81-
being executed, a service for tracking its progress can be added. This feature also allows for the creation of a splash
82-
screen with a loading indicator.
83-
84-
Thus, four main responsibilities of the framework can be highlighted:
85-
86-
1. Component management
87-
2. Text command mechanism
88-
3. Log message viewing
89-
4. Information provision
90-
9178
## Use Cases <a name="use-cases"></a>
9279

9380
The framework can be used for programs that:

0 commit comments

Comments
 (0)