FS
Filesystem utilities for HoloScript Plus workflows.
Overview
@holoscript/fs provides file-oriented helpers used by tooling and local development flows, including reading, writing, and watching project assets.
Installation
bash
npm install @holoscript/fsUse When
- You are building CLI or editor tooling.
- You need local file watching around HoloScript projects.
- You want a shared filesystem layer for package tooling.
Key Capabilities
- Project file utilities for tooling workflows.
- Watch and update support for local iteration.
- Shared infrastructure for local developer experience.