nezt-cli
v0.1.0
Published
CLI tool to generate full Next.js and Nuxt.js project templates
Maintainers
Readme
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 projectnezt g page:<page>— generate a new pagenezt chg theme:<color>— change project theme
Installation
Using npm
npm install -g nezt-cliOr via npx (no installation required)
npx nezt-cli create-appUsage
Create a new project
nezt create-appFollow 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:blogChange theme
nezt chg theme:RoseDevelopment
Clone the repository:
git clone https://github.com/sai-zack-dev/nezt.git
cd nezt-cli
npm install
npm linkNow you can run nezt locally:
nezt create-appContributing
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.
