Skip to content

paths

Shared path conventions for all @pi-stef packages.

Overview

The paths package provides consistent file system path conventions used across all @pi-stef packages. It ensures that configuration files, data directories, and other paths are resolved uniformly.

Installation

This is an internal dependency — it's automatically installed when you install any other @pi-stef package.

bash
pi install npm:@pi-stef/paths

Usage

typescript
import { ... } from "@pi-stef/paths";

See the source code for the full API.