# spawn-machine **Repository Path**: mirrors_bevacqua/spawn-machine ## Basic Information - **Project Name**: spawn-machine - **Description**: Spawn processes with the friendly API found in .exec! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spawn-machine > Spawn processes with the friendly API found in .exec! # Install ```shell npm i -S spawn-machine ``` # Usage ```js var spawn = require('spawn-machine'); var command = 'node app --foo "bar baz"'; spawn(command); ``` An optional options argument can also be used. # License MIT