create-primdy-app
v0.1.0
Published
Scaffold a new Primdy app
Maintainers
Readme
create-primdy-app
The fastest way to scaffold a new Primdy app.
npx create-primdy-app my-app
# or
bun create primdy-app my-app
# or
pnpm create primdy-app my-app
# or
yarn create primdy-app my-appOptions
Usage: create-primdy-app [directory] [options]
Arguments:
directory Directory to create the app in
Options:
-v, --version Output the current version.
--ts, --typescript Use the TypeScript starter. (default)
--js, --javascript Use the JavaScript starter.
--npm Bootstrap using npm.
--pnpm Bootstrap using pnpm.
--yarn Bootstrap using Yarn.
--bun Bootstrap using Bun.
--skip-install Skip installing dependencies.
--skip-git Skip git init.
-y, --yes Skip prompts and use defaults.
-h, --help Display this help message.License
MIT
