{"library":"exeq","type":"library","category":null,"description":"A shell command executor that runs commands sequentially in a queue, supporting promises and event-based control. Version 3.0.0 is the latest stable release. It allows execution of shell commands as strings or arrays, captures stdout/stderr, supports changing working directories via cd, and provides kill/event features. Unlike parallel executors like execa, exeq enforces sequential execution by default. The package has a small footprint with no dependencies, but is not actively maintained (last release 2019). It works in Node.js environments (>= 0.10) but does not support ESM or TypeScript natively.","language":"javascript","status":"maintenance","version":"3.0.0","tags":["javascript","spawn","execute","exec","command","shell","promise","synchronously","bash"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install exeq","imports":["import exeq from 'exeq';","const exeq = require('exeq');","import exeq from 'exeq';","const exeq = require('exeq');"]},{"cmd":"yarn add exeq","imports":[]},{"cmd":"pnpm add exeq","imports":[]}],"homepage":"https://github.com/afc163/exeq#readme","github":"ssh://git@github.com/afc163/exeq","docs":null,"changelog":null,"pypi":null,"npm":"exeq","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}