Skip to content

Commit

Permalink
add related section
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed May 15, 2015
1 parent e0ce3a6 commit 815f3a6
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 @@ -42,6 +42,14 @@ fs.readFile(__filename, 'utf8', function(err, res) {
```


## Related
- [exec-cmd](https://github.com/hybridables/exec-cmd): Flexible and cross-platform executing commands. Hybrid. Async and Promise API.
- [hybridify](https://github.com/hybridables/hybridify#readme): Building hybrid APIs. You can use both callback and promise in same time. Like `asyncFn(name, cb).then().catch()`
- [handle-callback](https://github.com/hybridables/handle-callback): Initial step for creating hybrid APIs, used by `hybridify`. Handle callback in promise - give promise and callback return promise.
- [handle-arguments](https://github.com/hybridables/handle-arguments#readme): Handles given Arguments object - return separatly last argument (commonly callback) and other arguments as Array. Useful in node-style callback flow.
- [then-got](https://github.com/hybridables/then-got): Simplified and promisified HTTP/HTTPS requests (`sindresorhus/got`). **Hybrid, Async and Promise API.**


## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/hybridables/hybridify-all/issues/new).
Expand Down

0 comments on commit 815f3a6

Please sign in to comment.