https://github.com/noflo/noflo-subprocess
NoFlo library to execute commands as subprocess
https://github.com/noflo/noflo-subprocess
noflo subprocess
Last synced: 9 months ago
JSON representation
NoFlo library to execute commands as subprocess
- Host: GitHub
- URL: https://github.com/noflo/noflo-subprocess
- Owner: noflo
- License: mit
- Created: 2017-01-16T15:37:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T16:15:32.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T22:03:39.997Z (almost 2 years ago)
- Topics: noflo, subprocess
- Language: JavaScript
- Size: 46.9 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# noflo-subprocess
NoFlo library to execute commands as a sub-process.
## Changes
* 0.3.0 (2020-01-06)
- Ported to Process API
- Ported from CoffeeScript to ES6