create-node-blueprint
v1.6.1
Published
A cli tool to generate nodejs project
Maintainers
Readme
Node Blueprint CLI
Node Blueprint is a zero-config CLI tool that helps you scaffold production-ready Node.js applications with your preferred tech stack in one command.
Features ✨
- Instant project boilerplate generation
- Interactive prompt mode
- Supports multiple frameworks, databases & ORMs
- TypeScript and ESM first approach
Tech Stack Options
Frameworks
expressfastify
Databases
mysqlpostgresqlmongodb
ORMs
drizzleprismamongoose
Installation & Usage
Interactive Mode
npm create node-blueprintQuick generation with files
npm create node-blueprint --name app-name --framework express --database postgres --orm drizzle