Included the library togo into the README file.

This commit is contained in:
Javier Cicchelli 2023-04-18 15:54:35 +02:00
parent e43d7c4bc2
commit c4f2b9590b

View File

@ -1,3 +1,7 @@
<center style="padding: 32px 96px;">
<img src="swift-libs-logo.svg" alt="SwiftLibs logo">
</center>
# SwiftLibs
This package contains the core building blocks that we, [Röck+Cöde](https://rock-n-code.com), usually use to build any kind of application written in the [Swift programming language](https://www.swift.org/documentation/).
@ -6,7 +10,7 @@ This package contains the core building blocks that we, [Röck+Cöde](https://ro
This package contains several libraries which a developer can also use in their own codebase, and these libraries are grouped by a certain concern or purpose.
Currently, this package contains the following libraries:
To provide further details about the libraries included in this package:
* `Communications`: protocols, enumerations and a ready-to-use mock url class to build remote API services;
* `Coordination`: protocols to implement the [Coordinator pattern](https://khanlou.com/2015/01/the-coordinator/) and some ready-to-use platform-specific concrete routers;
* `Core`: extensions we usually add to the base layer functionality and primitive types provided by the [Swift standard library](https://https://www.swift.org/documentation/#standard-library);