JSPM

create-node-blueprint

1.6.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q31207F
    • License ISC

    A cli tool to generate nodejs project

    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

    • express
    • fastify

    Databases

    • mysql
    • postgresql
    • mongodb

    ORMs

    • drizzle
    • prisma
    • mongoose

    Installation & Usage

    Interactive Mode

    npm create node-blueprint

    Quick generation with files

    npm create node-blueprint --name app-name --framework express --database postgres --orm drizzle