JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q54002F
  • License ISC

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

    Readme

    create-mytech

    create-mytech is a CLI tool designed to generate a boilerplate Full-Stack codebase, helping developers quickly scaffold a fully functional project structure with essential files, directories, and optionally installed dependencies.

    Features

    • Generates a complete MERN project structure with separate server and client folders.
    • Generates NEXTJS fullstack framework with additional add-ons for Prisma , Postgres and helps setting up Authentication.
    • Creates necessary configuration files, like package.json, .env, and globals.css.
    • Prompts the user to optionally install project dependencies for both backend and frontend.

    Prerequisites

    • Node.js (v14 or higher)
    • npm or yarn

    Installation

    You can use npx or npm create to run create-mytech without needing to install it globally.

    Using npx

    npx create-mytech