Setting the file. One moment.
Subchapter 8.32
references/README.mdMarkdown5 KBView on GitHub
This directory contains detailed reference documentation for the tsdown skill.
guide-getting-started.md - Installation, first bundle, CLI basicsguide-migrate-from-tsup.md - Migration guide from tsupguide-introduction.md - Introduction and key featuresoption-config-file.md - Config file formats, loaders, workspaceoption-entry.md - Entry point configuration with globsoption-output-format.md - Output formats (ESM, CJS, IIFE, UMD)option-output-directory.md - Output directory and extensionsoption-dts.md - TypeScript declaration generationoption-target.md - Target environment (ES2020, ESNext, etc.)option-platform.md - Platform (node, browser, neutral)option-dependencies.md - External and inline dependenciesoption-sourcemap.md - Source map generationoption-minification.md - Minification (boolean | 'dce-only' | MinifyOptions)option-tree-shaking.md - Tree shaking configurationoption-cleaning.md - Output directory cleaningoption-watch-mode.md - Watch mode configurationoption-shims.md - ESM/CJS compatibility shimsoption-package-exports.md - Auto-generate package.json exportsoption-css.md - CSS handling (experimental, full pipeline: preprocessors, Lightning CSS, PostCSS, code splitting)option-unbundle.md - Preserve directory structureoption-cjs-default.md - CommonJS default export handlingoption-log-level.md - Logging configurationoption-lint.md - Package validation (publint & attw)option-exe.md - Standalone executable bundling (Node.js SEA)advanced-plugins.md - Rolldown, Rollup, Unplugin supportadvanced-hooks.md - Lifecycle hooks systemadvanced-programmatic.md - Node.js API usageadvanced-rolldown-options.md - Pass options to Rolldownadvanced-ci.md - CI environment detection and CI-aware optionsadvanced-benchmark.md - Performance benchmarksrecipe-react.md - React library setup with JSXrecipe-vue.md - Vue library setup with SFCrecipe-solid.md - Solid.js library setuprecipe-svelte.md - Svelte component librariesrecipe-wasm.md - WASM module supportreference-cli.md - Complete CLI command referenceCreated: 35 files (100% complete)
The tsdown skill now includes comprehensive coverage of:
The skill is now ready for use with comprehensive coverage of core features. Additional files can be added incrementally as needed.
Files are prefixed by category:
guide-* - Getting started guides and tutorialsoption-* - Configuration optionsadvanced-* - Advanced topics (plugins, hooks, programmatic API)recipe-* - Framework-specific recipesreference-* - CLI and API referenceWhen creating new reference files:
/docs directoryWhen documentation changes:
git diff <sha>..HEAD -- docs/See skills/GENERATION.md for detailed update instructions.