Welcome to the Documentation

This guide will help you get started quickly, explore advanced features, and master the API.

Key Features

Quick Start

Install the package and run a simple hello world.

npm install my-library
// index.js
import { greet } from "my-library";

greet("World"); // → Hello, World!

For a deeper dive, see Getting Started.