Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of hash-bang/async-chainable-exec

Account's avatar
pvorb/node-clone
deep cloning of objects and arrays
Account's avatar
binocarlos/spawn-args
Turn a string of command line options into an array for child_process.spawn
Account's avatar
hash-bang/async-chainable
Flow control functions for NodeJS
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
arikon/mocha-istanbul
Istanbul code coverage reporter for Mocha

Support the repos that depend on this repository

Top contributors

hash-bang's profile
hash-bang
22 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
hash-bang

hash-bang/async-chainable-exec

Plugin for async-chainable that adds external program execution functionality

JavaScript
1
0
MIT License

A lightweight plugin that extends the **async‑chainable** workflow library with the ability to run external commands via Node’s `child_process.spawn`. It provides a flexible `exec()` method (supporting strings, arrays, or objects, with optional naming, cwd, logging, and output handling) so developers can chain shell commands together in asynchronous, promise‑like pipelines. Ideal for JavaScript/Node.js projects that need to integrate command‑line tools into an async‑chainable flow.