Skip to content

VoinzzZ/VoinzNext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoinzNext

Interactive CLI tool for scaffolding Next.js projects with your preferred tech stack.

Installation

No dependencies required — no Go, no Node, no npm.

Via npm / npx (recommended)

# Run directly without installing
npx voinznext init

# Or install globally
npm install -g voinznext
voinznext init

Windows (PowerShell)

powershell -c "irm https://raw.githubusercontent.com/VoinzzZ/VoinzNext/main/scripts/install.ps1 | iex"

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/VoinzzZ/VoinzNext/main/scripts/install.sh | sh

Via Go (alternative)

go install github.com/VoinzzZ/VoinzNext/cmd/voinznext@latest

Manual

Download the binary for your platform from the latest release, extract it, and add it to your PATH.

Usage

voinznext init     # Start interactive survey & generate project
voinznext list     # Show available tech stacks
voinznext add      # Add feature to existing project (coming soon)
voinznext update   # Update to latest version
voinznext version  # Show version info

Tech Stack Options

  • Router: App Router / Pages Router
  • Language: TypeScript / JavaScript
  • CSS: Tailwind CSS / CSS Modules / None
  • UI Library: shadcn/ui / daisyUI / None
  • Database: Prisma / Drizzle / None
  • Auth: NextAuth.js / Lucia / Clerk / None
  • API: tRPC / REST / GraphQL / None
  • Testing: Vitest / Jest / Playwright / None
  • Docker: Yes / No
  • ESLint + Prettier: Yes / No
  • Git init: Yes / No

Development

git clone https://github.com/VoinzzZ/VoinzNext.git
cd VoinzNext
go build -o bin/voinznext ./cmd/voinznext/
go test ./...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors