create-nodext-app
v1.0.2
Published
Create Node.js and Next.js projects with ease. This CLI tool helps you quickly scaffold production-ready applications, offering a choice between Node.js and Next.js templates. It sets up the project structure, installs dependencies, and configures essenti
Downloads
8
Maintainers
Readme
create-nodext-app
Create Node.js and Next.js projects with ease. This CLI tool helps you quickly scaffold production-ready applications, offering a choice between Node.js and Next.js templates. It sets up the project structure, installs dependencies, and configures essential developer tools, allowing you to jump straight into coding your application.
Features
- Interactive prompts for creating a new Node.js and Next Js projects
- For Node js, Come with TypeScript , express, Routing set up, prisma
- For Next js, Come with TypeScript , shadcn, Tailwind
- Initializes a Git repository and installs dependencies
Installation and Usage
Run npx create-nodext-app my-new-project
on your terminal as:
npx create-nodext-app my-new-project
Follow the prompts to select your preferred language and options.
License
MIT