create-dreamland
v1.0.1
Published
Create a Dreamland app with all the stuffs setup (alias to create-dreamland-app)
Downloads
3
Maintainers
Readme
Create Dreamland
Easily setup dreamland.js
- Alias to Create Dreamland App
- Why? Create dreamland is easier type :)
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
- 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