tsdown-migrate
v0.21.7
Published
A CLI tool to help migrate your project to tsdown.
Downloads
1,589
Readme
tsdown-migrate
A CLI tool to migrate your project from tsup to tsdown.
Usage
npx tsdown-migrateOptions
[...dirs]- Directories to migrate (defaults to current directory)-d, --dry-run- Preview changes without applying them
What It Does
- Renames
tsuptotsdownin dependencies and scripts - Transforms tsup config files to tsdown config format
- Handles property renames, option transformations, and import path updates
- Warns about unsupported options that need manual attention
- Runs package manager install after successful migration
Documentation
See the Migration Guide for more details.
