Skip to content

Releases: yeasin2002/better-next-app

v0.0.5

04 Feb 09:19

Choose a tag to compare

Better Next App v0.0.5

A high-performance CLI tool for scaffolding Next.js projects.

Installation

npm

npx create-better-next-app@latest

bun

bunx create-better-next-app@latest

pnpm

pnpm dlx create-better-next-app@latest

What's Changed

Changelog

Bug Fixes

Other Changes

Full Changelog: v0.0.4...v0.0.5

v0.0.4

04 Feb 09:01

Choose a tag to compare

Better Next App v0.0.4

A high-performance CLI tool for scaffolding Next.js projects.

Installation

npm

npx create-better-next-app@latest

bun

bunx create-better-next-app@latest

pnpm

pnpm dlx create-better-next-app@latest

What's Changed

Changelog

New Features

  • 8d2b752: feat(npm): improve cross-platform distribution and install reliability (@yeasin2002)

Other Changes

Full Changelog: v0.0.3...v0.0.4

v0.0.3

04 Feb 06:29

Choose a tag to compare

Better Next App v0.0.3

A high-performance CLI tool for scaffolding Next.js projects.

Installation

npm

npx create-better-next-app@latest

bun

bunx create-better-next-app@latest

pnpm

pnpm dlx create-better-next-app@latest

What's Changed

Changelog

New Features

Refactors

  • 3e6ac63: refactor(cmd): restructure root command initialization and add embedded templates support (@yeasin2002)
  • fc4f376: refactor(util): add color utilities and standardize npm validation naming (@yeasin2002)

Other Changes

Full Changelog: v0.0.2...v0.0.3

v0.0.2

02 Feb 05:50

Choose a tag to compare

Better Next App v0.0.2

A high-performance CLI tool for scaffolding Next.js projects.

Installation

npm

npx create-better-next-app@latest

bun

bunx create-better-next-app@latest

pnpm

pnpm dlx create-better-next-app@latest

What's Changed

Changelog

New Features

Refactors

Other Changes

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 Feb 05:09

Choose a tag to compare

Better Next App v0.0.1

A high-performance CLI tool for scaffolding Next.js projects.

Installation

npm

npx create-better-next-app@latest

bun

bunx create-better-next-app@latest

pnpm

pnpm dlx create-better-next-app@latest

What's Changed

Changelog

New Features

Bug Fixes

Other Changes

Full Changelog: ...v0.0.1