From cd809ffda41d3721098e33e34f1c59a84c97d04a Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Fri, 5 Apr 2019 13:16:31 -0700 Subject: [PATCH] Add related projects to top-level README (#279) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e4be99e0..9293791d 100644 --- a/README.md +++ b/README.md @@ -100,5 +100,12 @@ brew install needle The linked document uses a somewhat real example to explain what the dependency injection pattern is, and its benefits. +## Related projects + +If you like Needle, check out other related open source projects from our team: +- [Swift Concurrency](https://github.com/uber/swift-concurrency): a set of concurrency utility classes used by Uber, inspired by the equivalent [java.util.concurrent](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/package-summary.html) package classes. +- [Swift Abstract Class](https://github.com/uber/swift-abstract-class): a light-weight library along with an executable that enables compile-time safe abstract class development for Swift projects. +- [Swift Common](https://github.com/uber/swift-common): common libraries used by this set of Swift open source projects. + ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fuber%2Fswift-concurrency.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fuber%2Fswift-concurrency?ref=badge_large)