create-vixy
v1.2.1
Published
Scaffolding tool for creating Vixy projects
Maintainers
Readme
create-vixy
Scaffolding tool for creating Vixy projects.
Usage
With Bun:
bun create vixyWith npm:
npm create vixyWith pnpm:
pnpm create vixyWith Yarn:
yarn create vixyWhat it does
This tool will:
- Prompt you for a project name
- Create a new directory with that name
- Generate a basic Vixy project structure
