Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex0007/live-exec

Node child_process wrapper to exec command with live output to console
https://github.com/alex0007/live-exec

Last synced: about 1 month ago
JSON representation

Node child_process wrapper to exec command with live output to console

Awesome Lists containing this project

README

        

# live-exec
Node child_process.exec wrapper to [exec command](https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback) with live output to console

```javascript
var exec = require('live-exec')
exec('ls')
```