@kunver/new
v3.9.0
Published
Opinionated project starter
Maintainers
Readme
Opinionated Project Starter
CLI tool for creating new projects with pre-configured settings.
Usage
pnpm dlx @kunver/new
# or
npx @kunver/new
# or
bunx @kunver/newThe CLI asks for a project name, starter type, package manager when needed, and whether the project should be opened in your editor.
Current starters
- React + TypeScript + Tailwind
- Next.js + Prisma
- WXT
- Svelte
- Vanilla
- Solid
- UV Notebook
- C++ + CMake
Notes
- C++ + CMake projects include a
manager.cjsbridge for commands likenode manager.cjs devandnode manager.cjs build. - The C++ + CMake starter automatically updates the CMake project name to the folder name you enter.
- UV Notebook projects are copied from a template and install Python dependencies with
uv sync. - The UV Notebook template keeps Torch-related
pyproject.tomlentries commented out so users can opt in manually.
Package managers
- pnpm
- npm
- Bun
Some starters intentionally skip package manager selection because they do not need JS dependencies.
Output
Generated templates live under src/public/templates in this repository.
Status
This project is intentionally opinionated and focused on a small set of starters.
