alepha@docs:~/docs/packages/alepha$
cat system.md1 min read
Last commit:
#Alepha - System
#Installation
Part of the alepha package. Import from alepha/system.
npm install alepha
#Overview
System-level abstractions for portable code across runtimes.
Features:
- File system operations (read, write, exists, etc.)
- Shell command execution
- File type detection and MIME utilities
- Memory implementations for testing
#API Reference
#Providers
MemoryFileSystemProvider— In-memory implementation of FileSystemProvider for testing.MemoryShellProvider— In-memory implementation of ShellProvider for testing.NodeFileSystemProvider— Node.js implementation of FileSystem interface.NodeShellProvider— Node.js implementation of ShellProvider.