A generic, reusable view layer for building (not just) admin interfaces using Vapor 4.
Add the repository as a Swift package dependency:
.package(url: "https://github.com/binarybirds/view-kit.git", from: "1.3.0-rc"),
Add ViewKit to the target dependencies:
.product(name: "ViewKit", package: "view-kit"),
Update the packages and you are ready to use ViewKit.