Skip to content

ntatoud/create-quack-starter

Repository files navigation

QuackStarter

Create 🦆 QuackStarter

Usage

Generate a 🦆 QuackStarter project in a new folder with only one command line.

npm

npx  create-quack-starter  <project-name>

yarn

yarn  create quack-starter  <project-name>

pnpm

pnpm create quack-starter <project-name>

Options

-h, --help              Show this help
-v, --version           Display CLI version
--no-package-install    Ignore node packages install step
# ... more to come

Examples

# Create a new web project
pnpm create start-ui quacksome-project

# Skip package installation
yarn create start-ui --web --no-package-install quacksome-project

About

Create a Quack App in one command line

Resources

Stars

Watchers

Forks

Packages

No packages published