create-charada
v0.1.1
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![JSDocs][jsdocs-src]][jsdocs-href] [![License][license-src]][license-href]
Readme
create-charada
Scaffold your first project
With NPM:
npm create charada@latestWith Yarn:
yarn create charadaWith PNPM:
pnpm create charadaWith Bun:
bun create charadaThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Angular project, run:
# npm 7+, extra double-dash is needed:
npm create charada@latest my-angular-app -- --template angular-vite
# yarn
yarn create charada my-angular-app --template angular-vite
# pnpm
pnpm create charada my-angular-app --template angular-vite
# Bun
bun create charada my-angular-app --template angular-viteCurrently supported template presets include:
lib-angular-viteangular-viteangular-tailwind
You can use . for the project name to scaffold in the current directory.
