New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nezt-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nezt-cli

CLI tool to generate full Next.js and Nuxt.js project templates

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

NEZT CLI

NEZT — Next and Nuxt EaZy Templates

NEZT CLI is a command-line tool that helps you create fully scaffolded Next.js and Nuxt.js projects quickly.
It comes with pre-built templates, selectable pages, theme options, and support for static or dynamic projects.

Features

  • Generate Next.js or Nuxt.js projects
  • Choose static (frontend only) or dynamic (with DB & CMS)
  • Pick theme colors: Black/White, Orange, Rose, Violet, Yellow
  • Select pages to include (Home, About, Blog, Contact, etc.)
  • Pre-built templates for authentication and common layouts
  • CLI commands for future scaffolding:
    • nezt create-app — create a new project
    • nezt g page:<page> — generate a new page
    • nezt chg theme:<color> — change project theme

Installation

Using npm

npm install -g nezt-cli

Or via npx (no installation required)

npx nezt-cli create-app

Usage

Create a new project

nezt create-app

Follow the interactive prompts:

  • Project name
  • Framework (Next.js / Nuxt.js)
  • Project type (Static / Dynamic)
  • Theme color
  • Pages to include

Generate a new page

nezt g page:blog

Change theme

nezt chg theme:Rose

Development

Clone the repository:

git clone https://github.com/sai-zack-dev/nezt.git
cd nezt-cli
npm install
npm link

Now you can run nezt locally:

nezt create-app

Contributing

Contributions are welcome!

  • Add new pre-built templates
  • Improve CLI features
  • Fix bugs or add new commands

Please submit a PR or open an issue.

Keywords

cli

FAQs

Package last updated on 13 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts