Skip to content

Getting Started

Sheethuahua is available on NPM package repository.

NPM Version

bash
npm i sheethuahua
bash
yarn add sheethuahua
bash
pnpm add sheethuahua
bash
bun add sheethuahua

The package provide functions (schemas, transformers, parsers, and formatters) that can be imported as needed.

ts
import {
	Column,
	Object,
	Spreadsheet,
	Tuple,
	asNumber,
	asString,
	// ...
} from 'sheethuahua';

For AI Agents

  • LLM texts — full API reference for LLM context
  • sheethuahua-schema skill — generate schemas from CSV/Sheets automatically:
    bash
    npx skills add punchupworld/sheethuahua

Released under the MIT License.