alepha@docs:~/docs/reference/providers$
cat NodeShellProvider.md
1 min read
Last commit:

#NodeShellProvider

#Import

typescript
1import { NodeShellProvider } from "alepha/system";

#Overview

Node.js implementation of ShellProvider.

Executes shell commands using Node.js child_process module. Supports binary resolution from node_modules/.bin for local packages.