Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 635 Bytes

process-exec.md

File metadata and controls

21 lines (11 loc) · 635 Bytes

Process Execution

Many process execution libraries have a subset of features that normally aren't used outside specific use cases. There are a few lighter alternatives for process execution libraries.

Alternatives

tinyexec

tinyexec is a tiny and minimal process execution library.

Project Page

npm

nanoexec

nanoexec is a minimal wrapper around child_process that supports all options that child_process.spawn supports.

Project Page

npm