Skip to content

Commit

Permalink
Add flow-covered packages section
Browse files Browse the repository at this point in the history
Issue dustinspecker#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.
  • Loading branch information
bradennapier authored Nov 19, 2017
1 parent 8e27566 commit 7c26656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c26656

Please sign in to comment.