Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.
/ viper-kit Public archive

VIPER module protocols for Vapor applications

License

Notifications You must be signed in to change notification settings

BinaryBirds/viper-kit

Repository files navigation

ViperKit

VIPER module protocols for Vapor applications.

Install

Add the repository as a dependency:

.package(url: "https://github.com/binarybirds/viper-kit.git", from: "1.5.0-rc"),

Add ViperKit to the target dependencies:

.product(name: "ViperKit", package: "viper-kit"),

Update the packages and you are ready to use ViperKt.