create-me
v0.2.0
Published
A template creator that suits me personally
Downloads
11
Readme
create-me
A template creator that suits me personally.
Features
- Frameworks: React, Vue (with TypeScript)
- UI Libraries: Ant Design, Material UI, shadcn/ui, Element Plus, and more
- CSS Frameworks: Tailwind CSS, UnoCSS, Sass, Less
Usage
# With npm
npm create me@latest
# With pnpm
pnpm create me@latest
# With yarn
yarn create me@latest
# With bun
bun create me@latestOptions
create-me [project-name] [options]
Options:
-p, --pm <manager> Package manager: npm, pnpm, yarn, bun
-y, --yes Skip prompts and use defaults
-h, --help Display helpExamples
# Interactive mode
pnpm create me@latest
# Quick start with defaults (React + no UI + no CSS)
pnpm create me@latest my-app -y
# Specify package manager
pnpm create me@latest my-app -p pnpmLicense
MIT
