npm.io
1.0.4 • Published 11h agoCLI

create-ruvyxa

Licence
MIT
Version
1.0.4
Deps
0
Size
204 kB
Vulns
0
Weekly
0
Stars
1

create-ruvyxa

Create a clean Ruvyxa app with a minimal Next-style app-router starter.

Usage

npm create ruvyxa@latest my-app
cd my-app
pnpm install
pnpm dev

The generated project starts with:

AGENTS.md
CLAUDE.md
app/globals.css
app/layout.tsx
app/page.tsx
public/ruvyxa.png
package.json
ruvyxa.config.ts
tsconfig.json

The starter stays intentionally small: one page, one layout, one global stylesheet, static assets, config, TypeScript settings, and agent instructions. Use the repository examples/basic-app when you need examples for API routes, dynamic routes, server actions, loaders, middleware, and production checks.

Project Names

Project names must be valid directory names for the target operating system. On Windows, reserved device names such as con, prn, and aux are rejected, and names cannot end with unsafe trailing characters.

Keywords