Skip to content

Latest commit

 

History

History

create-dreamland

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Create Dreamland

Easily setup dreamland.js

Usage

npx

npx create-dreamland@latest

npm

npm init dreamland

yarn

yarn create dreamland

pnpm

pnpm create dreamland

pnpm (dlx)

pnpm dlx create-dreamlandp@latest

Flags and Extras

  • --git - Explicitly tell the CLI to init a Git repo
    • Usage: npx create-dreamland-app@latest --git
  • --install - Explicitly tell the CLI to install dependencies
    • Usage: npx create-dreamland-app@latest --install
  • --default, -y - Scaffold a project with all defaults.
    • Usage: npx create-dreamland-app@latest --default
    • npx create-dreamland-app@latest -y
  • [dir] - Skip the project name questions
    • Usage: npx create-dreamland-app@latest newProject