What is tinyexec?
"A minimal library for executing processes in Node"
tinyexec is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 25.5 KB on disk.
Installation Guide
# Install via NPM
npm install tinyexec
# Install via Yarn
yarn add tinyexec