create-deco
v1.1.4
Published
Create a new deco app
Maintainers
Readme
create-deco
A simple wrapper package that allows users to create new deco projects using the
standard npm create pattern.
Usage
# Using npm
npm create deco my-project
# Using yarn
yarn create deco my-project
# Using pnpm
pnpm create deco my-project
# Using bun
bun create deco my-projectWhat it does
This package is a thin wrapper around the create command from deco-cli. When
you run npm create deco, it:
- Invokes the
deco createcommand from thedeco-clipackage - Passes all arguments through to the underlying command
- Provides the same interactive experience as running
deco createdirectly
Requirements
- Node 22 or higher
Related packages
deco-cli- The main CLI tool for deco
