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