alepha@docs:~/docs/framework/reference/providers$
cat ShellProvider.md | pretty
1 min read
Last commit:

#ShellProvider

#Import

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

#Overview

Abstract provider for executing shell commands and binaries.

Implementations:

  • NodeShellProvider - Real shell execution using Node.js child_process
  • MemoryShellProvider - In-memory mock for testing