Package managers
Requirements
wobble-bibble requires:- Node.js: >=24.0.0
- Bun: >=1.3.9 (if using Bun runtime)
Package details
Type safety
Full TypeScript support with generated type definitions
License
MIT License - free for commercial and personal use
Import syntax
wobble-bibble uses named exports. Import only what you need:Verify installation
Create a test file to verify the installation:test.ts
Module format
The package is published as an ES module with the following exports:package.json
The package uses
"sideEffects": false in package.json, enabling optimal tree-shaking in bundlers like webpack, Rollup, and esbuild.Development setup
If you want to contribute to wobble-bibble or run it from source:Generate prompts
Prompts are stored as Markdown files and must be generated into TypeScript:This reads
prompts/*.md and creates .generated/prompts.ts.Build the library
Build the TypeScript source to the This runs TypeScript type checking and bundles with tsdown.
dist/ directory:Next steps
Quickstart
Get started with prompts and validation in 5 minutes
API reference
Explore all available functions and types