JSPM

create-man-next-app

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q29266F
  • License MIT

Create a modern Next.js 15 app with TypeScript, Tailwind, ShadCN, and more

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

    Readme

    create-man-next-app

    A command-line tool to scaffold a modern Next.js 15 project with TypeScript, Tailwind CSS, ShadCN UI, ESLint, Prettier, Husky, and multi-theme support.

    Usage

    You can create a new project with:

    # Using npm
    npm create man-next-app
    
    # Using yarn
    yarn create man-next-app
    
    # Using pnpm
    pnpm create man-next-app
    
    # Using bun
    bun create man-next-app

    Or you can specify a project name directly:

    npm create man-next-app my-app

    Features

    The boilerplate provides:

    • ⚡️ Next.js 15 - React framework with App Router
    • 🦄 TypeScript - Type safety
    • 🎨 Tailwind CSS - Utility-first CSS
    • 🧩 ShadCN UI - Re-usable components
    • 🌗 Dark Mode with next-themes
    • 📏 ESLint - Linting utility
    • Prettier - Code formatter
    • 🐶 Husky - Git hooks
    • 📦 Optimized for production builds

    Options

    • --typescript - Initialize as a TypeScript project (default)
    • --use-npm - Use npm as the package manager
    • --use-pnpm - Use pnpm as the package manager
    • --use-yarn - Use yarn as the package manager
    • --use-bun - Use bun as the package manager

    License

    MIT © Muhsin Abdul Nissar