create-nuclo
v0.1.1
Published
Scaffold a new Nuclo project — npm create nuclo
Maintainers
Readme
create-nuclo
Scaffold a new Nuclo + Vite project with a single command.
Usage
# npm
npm create nuclo@latest
# pnpm
pnpm create nuclo
# yarn
yarn create nuclo
# bun
bun create nuclo
# deno
deno run -A npm:create-nucloYou'll be prompted for a project name and a template. To skip the prompts, pass a project name and flags directly:
npm create nuclo@latest my-app -- --template basic --yesThen:
cd my-app
npm install
npm run devOptions
Usage:
npm create nuclo [project-name] [options]
npm init nuclo [project-name] [options]
Options:
-t, --template <name> Template to use (basic) [default: basic]
-y, --yes Skip prompts and accept defaults
-f, --force Scaffold into a non-empty directory
-h, --help Show this help messageTemplates
| Template | Description |
| --- | --- |
| basic | Minimal Vite + TypeScript + Nuclo starter |
License
MIT
