Skip to content

sindresorhus/execa

execa logo

Coverage Status

Process execution for humans





Execa runs commands in your script, application or library. Unlike shells, it is optimized for programmatic usage. Built on top of the child_process core module.

Features

Install

npm install execa

Documentation

Execution:

Input/output:

Advanced usage: