Scaffolding tool to create a new tsdown project.
# npm
npm create tsdown@latest
# pnpm
pnpm create tsdown@latest
# yarn
yarn create tsdown
# bun
bun create tsdown[path]- Project directory (prompted interactively if omitted)-t, --template <template>- Template to use
default- Default templateminimal- Minimal setupvue- Vue libraryreact- React libraryreact-compiler- React with React Compilersolid- Solid.js librarysvelte- Svelte library