Promisify-bash is a JavaScript library that allows users to execute local terminal commands (such as those in `/bin/bash` on Mac or `cmd.exe` on Windows) in a promisified manner, simplifying asynchronous operations. It is designed for developers who want to integrate shell command execution into their Node.js applications using promises, making it easier to handle command outputs and errors.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The library aims to execute commands in local terminal (/bin/bin on Mac cmd.exe on Window) in promisifing ways.