From c09105092af9ab7c6b0776be50e1dfcb5abcc4b1 Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Fri, 6 May 2016 13:20:16 +0300 Subject: [PATCH] related list, keywords --- README.md | 12 ++++++++++++ package.json | 55 ++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 59 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 73977d6..cdce664 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,18 @@ stream.promise .catch(console.error) ``` +## Related +* [letta](https://www.npmjs.com/package/letta): Let's move to promises! Drop-in replacement for `co@4` (passing 100% tests), but… [more](https://www.npmjs.com/package/letta) | [homepage](https://github.com/hybridables/letta) +* [limon](https://www.npmjs.com/package/limon): The pluggable JavaScript lexer. Limon = Lemon. | [homepage](https://github.com/limonjs/limon) +* [postjson](https://www.npmjs.com/package/postjson): Transforming JSON with plugins. | [homepage](https://github.com/postjson/postjson) +* [promise2stream](https://www.npmjs.com/package/promise2stream): Transform ES2015 Promise to Stream - specifically, Transform Stream using… [more](https://www.npmjs.com/package/promise2stream) | [homepage](https://github.com/hybridables/promise2stream) +* [promise2thunk](https://www.npmjs.com/package/promise2thunk): Convert (transform) promise to thunk, just like was in co@3 | [homepage](https://github.com/tunnckocore/promise2thunk) +* [relike](https://www.npmjs.com/package/relike): Simple promisify a callback-style function with sane defaults. Support promisify-ing sync functions. | [homepage](https://github.com/hybridables/relike) +* [stream-from-promise](https://www.npmjs.com/package/stream-from-promise): Create streams from promises | [homepage](https://github.com/schnittstabil/stream-from-promise) +* [stream-to-promise](https://www.npmjs.com/package/stream-to-promise): Convert streams (readable or writable) to promises | [homepage](https://github.com/bendrucker/stream-to-promise) +* [through2](https://www.npmjs.com/package/through2): A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise | [homepage](https://github.com/rvagg/through2) +* [thunk2promise](https://www.npmjs.com/package/thunk2promise): Transform or convert thunk to Bluebird Promise. | [homepage](https://github.com/tunnckocore/thunk2promise) + ## Contributing Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/hybridables/callback2stream/issues/new). But before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines. diff --git a/package.json b/package.json index 2ca44e5..c820af8 100644 --- a/package.json +++ b/package.json @@ -24,21 +24,60 @@ "index.js" ], "keywords": [ - "callback2stream" + "args", + "arguments", + "async", + "asynchronous", + "callback", + "callback-stream", + "cb", + "correct", + "create", + "fn", + "function", + "generator", + "generators", + "letta", + "make", + "optional", + "promisify", + "relike", + "stream", + "streamify", + "sync", + "synchronous", + "to", + "to-stream", + "tranform", + "value" ], "verb": { + "reflinks": [ + "promise2stream", + "through2" + ], "run": true, "toc": false, "layout": "empty", - "tasks": [ - "readme" - ], "lint": { "reflinks": true }, - "reflinks": [ - "promise2stream", - "through2" - ] + "tasks": [ + "readme" + ], + "related": { + "list": [ + "promise2stream", + "stream-from-promise", + "stream-to-promise", + "through2", + "promise2thunk", + "thunk2promise", + "letta", + "relike", + "limon", + "postjson" + ] + } } } \ No newline at end of file