Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

create-tsdown

npm version npm downloads

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 tsdown

Options

  • [path] - Project directory (prompted interactively if omitted)
  • -t, --template <template> - Template to use

Templates

  • default - Default template
  • minimal - Minimal setup
  • vue - Vue library
  • react - React library
  • react-compiler - React with React Compiler
  • solid - Solid.js library
  • svelte - Svelte library

License

MIT