JSPM

create-stack-craft-app

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 5
    • Score
      100M100P100Q58720F
    • License MIT

    CLI to generate fullstack backend projects with auth and database setup

    Package Exports

      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-stack-craft-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      Readme

      🚀 StackCraft CLI

      A powerful CLI tool to generate backend projects with authentication, database setup, and clean architecture.

      ✨ Features

      • ⚡ Interactive CLI
      • 🧱 Multi-stack support (Express, NestJS)
      • 🔐 JWT Authentication boilerplate
      • 🗄️ Database-ready setup (MongoDB, PostgreSQL)
      • 📦 Automatic dependency installation
      • 🎨 Prettier integration
      • 🧩 Feature-based architecture
      • 🧠 Clean architecture (controllers → services)

      🚀 Usage

      npx create-stack-craft-app

      📁 Generated Structure

      src/
        routes/
        controllers/
        services/
        middleware/
        config/

      🧠 Tech Stack

      • Node.js
      • Commander
      • Inquirer
      • fs-extra

      👨‍💻 Author

      Ravi Patel