1.0.0 • Published 7 months ago

create-custom-next-cli v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

create-custom-next-cli

CLI tool for creating Next.js projects with custom templates.

Installation

# Local development
git clone <repository>
cd create-custom-next-cli
bun install
bun run build

# Global installation
npm install -g .

# Or use directly with npx
npx create-custom-next-cli

Usage

create-custom-next-cli [options]

Options:
  -v, --version <version>  Specify Next.js version
  -t, --template <name>    Specify template name
  -h, --help              Display help

This project was created using bun init in bun v1.1.33. Bun is a fast all-in-one JavaScript runtime.

1.0.0

7 months ago