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-appOr you can specify a project name directly:
npm create man-next-app my-appFeatures
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