alepha@docs:~/docs/packages/alepha$
cat system.md
1 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