An open API service indexing awesome lists of open source software.

https://github.com/binghuis/create-hotpot

🍲 一个快速搭建项目的 CLI 工具。
https://github.com/binghuis/create-hotpot

cli

Last synced: 2 months ago
JSON representation

🍲 一个快速搭建项目的 CLI 工具。

Awesome Lists containing this project

README

          

# Create-Hotpot

`create-hotpot` is a CLI tool for quickly building personal projects.

[![npm](https://img.shields.io/npm/v/create-hotpot?logo=npm)](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)