Skip to content

Releases: Pachared/Stackbuild.create.project

Create StackBuild v0.3.0

Choose a tag to compare

@Pachared Pachared released this 28 Jul 13:18

Added

  • Selectable JWT authentication.
  • User CRUD starter example.
  • Generated GitHub Actions CI template.

Create StackBuild v0.2.6

Choose a tag to compare

@Pachared Pachared released this 27 Jul 20:57

Fixed

  • Prevent pnpm Corepack setup from waiting for a hidden interactive confirmation.
npm create stackbuild@latest my-project

Create StackBuild v0.2.4

Choose a tag to compare

@Pachared Pachared released this 27 Jul 20:36

Added

  • Display a cyan StackBuild ASCII logo before interactive setup prompts.
npm create stackbuild@latest my-project

Create StackBuild v0.2.3

Choose a tag to compare

@Pachared Pachared released this 27 Jul 20:22

Fixed

  • Configure npm Trusted Publishing for GitHub Actions.
  • Publish create-stackbuild@0.2.3 with verified GitHub OIDC authentication.

Usage

npm create stackbuild@latest my-project

Create StackBuild v0.2.1

Choose a tag to compare

@Pachared Pachared released this 27 Jul 19:26

Highlights

  • Add --template as an alias for --preset.
  • Pin compatible Next.js, NestJS, TypeScript, Vite, React, and Prisma versions.
  • Add Dependabot for weekly dependency and GitHub Actions updates.
  • Validate generated PostgreSQL + Redis Nest projects across npm, pnpm, Yarn, and Bun.
  • Fix Yarn workspace metadata and improve generated Prisma startup resilience.

Verification

All 21 CI jobs passed, covering quality checks, 16 generated-project combinations, and 4 service combinations.

Create StackBuild v0.2.0

Choose a tag to compare

@Pachared Pachared released this 27 Jul 18:18

Highlights

  • Adds CI matrix coverage for generated projects and weekly latest-dependency verification.
  • Adds dry-run planning and recovery instructions.
  • Adds Nest Prisma and Redis cache integrations when selected.
  • Adds npm Trusted Publishing workflow with provenance.

Install

npm create stackbuild@latest my-project

Create StackBuild v0.1.6

Choose a tag to compare

@Pachared Pachared released this 27 Jul 15:28

Fixes

  • Fixes Vite templates for current TypeScript and Node types.
  • Resolves Go + Gin dependencies during generation and aligns Go workspace and Docker versions.
  • Makes Docker usable immediately with generated .env configuration.
  • Adds flag validation, non-interactive custom app selection, and a Go module flag.
  • Fixes generated lint and health endpoint configuration.

Install

npm create stackbuild@latest my-project

Create StackBuild v0.1.5

Choose a tag to compare

@Pachared Pachared released this 27 Jul 15:00

Highlights

  • Simplifies the Thai README to focus solely on creating a project with npm create stackbuild@latest my-project.
  • Documents the interactive choices and supported generation flags.
  • Publishes create-stackbuild@0.1.5 to npm.

Install

npm create stackbuild@latest my-project

Create StackBuild v0.1.4

Choose a tag to compare

@Pachared Pachared released this 27 Jul 14:50

Highlights

  • Adds optional Redis cache configuration and Docker service generation.
  • Uses pnpm by default for generated monorepos.
  • Resolves JavaScript and Go stack dependencies at their latest releases when a project is created.
  • Includes pnpm v11 build-script support for esbuild.

Install

npm create stackbuild@latest my-project