https://github.com/binghuis/create-hotpot
🍲 一个快速搭建项目的 CLI 工具。
https://github.com/binghuis/create-hotpot
cli
Last synced: 2 months ago
JSON representation
🍲 一个快速搭建项目的 CLI 工具。
- Host: GitHub
- URL: https://github.com/binghuis/create-hotpot
- Owner: binghuis
- Created: 2023-02-20T17:08:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T08:15:34.000Z (11 months ago)
- Last Synced: 2025-07-22T12:52:55.020Z (3 months ago)
- Topics: cli
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Create-Hotpot
`create-hotpot` is a CLI tool for quickly building personal projects.
[](https://www.npmjs.com/package/create-hotpot)
## How to Use
To use this tool directly in the terminal, simply enter the following command:
```bash
pnpm create hotpot
```Specify the project generation directory through command line arguments.
```bash
pnpm create hotpot [target dir] -t [template name]
```## Templates
- [react-vite](https://github.com/binghuis/tmpl-react-vite)
- [nextjs](https://github.com/binghuis/tmpl-nextjs)