From 3860f49f4e69390c14e1936bd6e485a80119ac66 Mon Sep 17 00:00:00 2001 From: Ondrej Rafaj Date: Wed, 18 Apr 2018 14:47:40 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b67585..236b4b4 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,23 @@ let package = Package( Notice the line `.testTarget(name: "AppTests", dependencies: ["TestApp", "VaporTestTools"])` where you create a test target and include `VaporTestTools`. -Enjoy and let me know what you think ;) +Don't forget to star the repo if you think it deserves it! :) + +Have fun testing! + +## Boost - Open source enterprise AppStore + +**VaporTestTools** has been released as a part of a Boost mobile app distribution platform. + +More info on http://www.boostappstore.com + +Other components in the bundle are: + +* [BoostCore](https://github.com/LiveUI/BoostCore/) - AppStore core module +* [ApiCore](https://github.com/LiveUI/ApiCore/) - Base user & team management including forgotten passwords, etc ... +* [MailCore](https://github.com/LiveUI/MailCore/) - Mailing wrapper for multiple mailing services like MailGun, SendGrig or SMTP (coming) +* [DBCore](https://github.com/LiveUI/DbCore/) - Set of tools for work with PostgreSQL database + ## Author