Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alex0007/live-exec
- Owner: Alex0007
- Created: 2015-05-21T16:53:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T15:31:54.000Z (about 2 years ago)
- Last Synced: 2024-10-06T15:45:31.983Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')
```