node-flagged-respawn
tool for respawning node binaries when special flags are present
Description
This Node.js module can be useful for command-line scripts written in JavaScript. It can selectively apply flags to the interpreter, by re-spawning it and passing it only the required flags - the rest are passed to the script. Flagged-respawn also handles all the edge cases such as: - Providing a method to determine if a respawn is needed.
- Piping stderr/stdout from the child into the parent.
- Making the parent process exit with the same code as the child.
- If the child is killed, making the parent exit with the same signal.
Node.js is an event-based server-side JavaScript engine.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/js-cli/js-flagged-respawn
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install node-flagged-respawn