From 7c2665660ba447f4a4dcaeab0e1c57cd5e4e4672 Mon Sep 17 00:00:00 2001 From: Braden Napier Date: Sun, 19 Nov 2017 11:45:45 -0800 Subject: [PATCH] Add flow-covered packages section Issue #4 requested a listing of packages which use Flow and export them for the user to benefit from. This adds our flow-covered packages. As we find 3rd party packages which have them we will try to submit pull requests for those as well. Hopefully this gets people started with submitting theirs as right now it is difficult to find libraries which provide this awesome feature of Flow. --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index b92bd8a..75ac9a4 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,14 @@ If you want to contribute, please read the [contribution guidelines](contributin - [flow-static-land](https://www.npmjs.com/package/flow-static-land) - Implementation of common algebraic types in JavaScript + Flow - [flow-type-transformer](https://github.com/Dash-OS/flow-type-transformer) - Makes transforming values while retaining 100% Flow coverage dead simple. +# Packages w/ Flow + +> These are standard packages which export `.flow.js` files with their distribution and **provide at least 95% Flow Coverage.** This allows users of Flow to benefit with Flow Coverage when used. + +- [ioredis-utils](https://github.com/Dash-OS/ioredis-utils) - Simple tools to work with ioredis. +- [task-handler](https://github.com/Dash-OS/task-handler) - A simple, dependency-free Task Manager to make handling of your Javascript Timers easier to work with. +- [pubchan](https://github.com/Dash-OS/pubchan) - Simple yet powerful pub/sub channels. + # Tutorials - [Mapping an Object](http://thejameskyle.com/flow-mapping-an-object.html) - Learn to create Flow definitions