Package Exports
- create-node-blueprint
- create-node-blueprint/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-node-blueprint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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