Skip to main content
Glama
README.md658 B
# spawndamnit > Take care of your `spawn()` ## Features - Returns an `await`-able promise - Collects `stdout` and `stderr` buffers - Emits events "stdout" and "stderr" - Automatically kills all spawn processes when parent process dies ## Installation ```sh yarn add spawndamnit ``` ## Usage **Basic:** ```js const spawn = require('spawndamnit'); async function main() { let child = spawn('npm', ['star', 'spawndamnit']); child.on('stdout', data => console.log(data.toString())); child.on('stderr', data => console.error(data.toString())); let { code, stdout, stderr } = await child; console.log(code === 0 ? 'success' : 'error'); } ```

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajaystream/hubspot-mcp-custom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server