Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
sync-exec
Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.
await-exec
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
executive
Elegant command execution with built-in control flow
exe
execute shell commands from node.js, synchronous, with stdin, stdout, stderr.
extra-child-process
Useful additions to inbuilt child_process module.
await-exec-typescript
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
runsync
Polyfill of spawnSync and execSync for Node-0.10.x (Unix only yet)
gen-webapp
to generator a project quickly by given conditions
@huttunenjulius/packagelist
Utility to check dependencies
aexec
Async EXEC - A micro for executing shell commands that returns the output and supports Promise and await.
execs
Execute multiple processes at once synchronously or asynchronously.
node-shell-batcher
A CLI for running batches of shell commands on folders.
execsyncs
execSync for v0.10 and v0.11
elevated-process
A small wrapper on node's native `child_process`. It can start an elevated child process (run as aminstrator) using `spawn`, `exec`, `fork`, `spawnSync` or `execSync` from a non-elevated process; offering stdin, stdout and stderr on the elevated process
@artit91/exec
Simplified exec for Node
exec-spec-runner
Simple spec-runner for executable scripts.
system3
system(3) emulation for node.js
gulp-execsyncs
gulp plugin for execSync
sweet-exec
Syntax extension for shell command execution without boilerplate
sync-exec-windows
Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc. This build works better on Windows.