1 repo
Execution environments that manage and coordinate the execution of tasks or child processes.
Distinguishing note: Focuses on the execution and lifecycle management of processes rather than language-specific build systems.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Task Runners. Refine with filters or upvote what's useful.
Nodemon is a command-line utility designed to automate development workflows by monitoring file system changes and managing the lifecycle of long-running processes. It functions as a process monitor that tracks directory trees for modifications, automatically terminating and restarting applications to ensure a continuous feedback loop during the coding process. The tool distinguishes itself through its language-agnostic design, which decouples monitoring logic from the target application's runtime. While it provides default support for Node.js, it can execute arbitrary command-line instructio
A flexible execution environment that manages the lifecycle of child processes across various programming languages and runtime environments.