Easily setup dreamland.js
npx create-dreamland-app@latest
npm init dreamland-app
yarn create dreamland-app
pnpm create dreamland-app
pnpm dlx create-dreamland-app@latest
-
--git
- Explicitly tell the CLI to init a Git repo- Usage:
npx create-dreamland-app@latest --git
- Usage:
-
--install
- Explicitly tell the CLI to install dependencies- Usage:
npx create-dreamland-app@latest --install
- Usage:
-
--default, -y
- Scaffold a project with all defaults.- Usage:
npx create-dreamland-app@latest --default
npx create-dreamland-app@latest -y
- Usage:
-
[dir]
- Skip the project name questions- Usage:
npx create-dreamland-app@latest newProject
- Usage:
- Want to add a tool? Follow the guide here ./tooling.md